We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e4b94 commit 6679767Copy full SHA for 6679767
setup.cfg
@@ -7,8 +7,10 @@ python-file-with-version = VERSION
7
[flake8]
8
max-line-length = 110
9
ignore =
10
- I202, # additional newline in imports
11
- W503, # line break before binary operator
+ # additional newline in imports
+ I202,
12
+ # line break before binary operator
13
+ W503,
14
exclude =
15
*migrations/*,
16
docs/,
0 commit comments