File tree Expand file tree Collapse file tree
docs/internals/contributing/writing-code Expand file tree Collapse file tree Original file line number Diff line number Diff 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``.
You can’t perform that action at this time.
0 commit comments