From 748c1b3ec7e9fefea4d4ba6b60f9ab1910d9298c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Tolga=20Cang=C3=B6z?= <46008593+standardAI@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:26:25 +0300 Subject: [PATCH] [`Docs`] Update a link (#6014) * Update the location of Python's version * Trim trailing whitespace --- CONTRIBUTING.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cb7f1a0ce..d24b049d3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to manual. Type `git --help` in a shell and enjoy. If you prefer books, [Pro Git](https://git-scm.com/book/en/v2) is a very good reference. -Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L244)): +Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L265)): 1. Fork the [repository](https://github.com/huggingface/diffusers) by clicking on the 'Fork' button on the repository's page. This creates a copy of the code diff --git a/Makefile b/Makefile index 1b81f551d3..70bfced8c7 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ repo-consistency: quality: ruff check $(check_dirs) setup.py - ruff format --check $(check_dirs) setup.py + ruff format --check $(check_dirs) setup.py python utils/check_doc_toc.py # Format source code automatically and check is there are any problems left that need manual fixing