Skip to content

Commit 165ad74

Browse files
Removed reference to flake8 file exclusions.
Obsolete since 4138481. (six was removed in 9285926.)
1 parent 836894f commit 165ad74

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/internals/contributing/writing-code/coding-style.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ Python style
4646
* Unless otherwise specified, follow :pep:`8`.
4747

4848
Use :pypi:`flake8` to check for problems in this area. Note that our
49-
``.flake8`` file contains some excluded files (deprecated modules we don't
50-
care about cleaning up and some third-party code that Django vendors) as well
51-
as some excluded errors that we don't consider as gross violations. Remember
52-
that :pep:`8` is only a guide, so respect the style of the surrounding code
53-
as a primary goal.
49+
``.flake8`` file excludes some errors that we don't consider as gross
50+
violations. Remember that :pep:`8` is only a guide, so respect the style of
51+
the surrounding code as a primary goal.
5452

5553
An exception to :pep:`8` is our rules on line lengths. We allow up to 88
5654
characters in code, as this is the line length used by ``black``.

0 commit comments

Comments
 (0)