File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to
355355manual. Type ` git --help ` in a shell and enjoy. If you prefer books, [ Pro
356356Git] ( https://git-scm.com/book/en/v2 ) is a very good reference.
357357
358- Follow these steps to start contributing ([ supported Python versions] ( https://github.com/huggingface/diffusers/blob/main/setup.py#L244 ) ):
358+ Follow these steps to start contributing ([ supported Python versions] ( https://github.com/huggingface/diffusers/blob/main/setup.py#L265 ) ):
359359
3603601 . Fork the [ repository] ( https://github.com/huggingface/diffusers ) by
361361clicking on the 'Fork' button on the repository's page. This creates a copy of the code
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repo-consistency:
4141
4242quality :
4343 ruff check $(check_dirs ) setup.py
44- ruff format --check $(check_dirs ) setup.py
44+ ruff format --check $(check_dirs ) setup.py
4545 python utils/check_doc_toc.py
4646
4747# Format source code automatically and check is there are any problems left that need manual fixing
You can’t perform that action at this time.
0 commit comments