mirror of
https://github.com/django/django.git
synced 2025-11-19 11:15:44 +00:00
Removed reference to flake8 file exclusions.
Some checks failed
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Some checks failed
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Obsolete since41384812ef. (six was removed in9285926295.)
This commit is contained in:
parent
836894f27a
commit
165ad74c57
1 changed files with 3 additions and 5 deletions
|
|
@ -46,11 +46,9 @@ Python style
|
|||
* Unless otherwise specified, follow :pep:`8`.
|
||||
|
||||
Use :pypi:`flake8` to check for problems in this area. Note that our
|
||||
``.flake8`` file contains some excluded files (deprecated modules we don't
|
||||
care about cleaning up and some third-party code that Django vendors) as well
|
||||
as some excluded errors that we don't consider as gross violations. Remember
|
||||
that :pep:`8` is only a guide, so respect the style of the surrounding code
|
||||
as a primary goal.
|
||||
``.flake8`` file excludes some errors that we don't consider as gross
|
||||
violations. Remember that :pep:`8` is only a guide, so respect the style of
|
||||
the surrounding code as a primary goal.
|
||||
|
||||
An exception to :pep:`8` is our rules on line lengths. We allow up to 88
|
||||
characters in code, as this is the line length used by ``black``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue