We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd7d9e commit 6126605Copy full SHA for 6126605
tox.ini
@@ -11,6 +11,7 @@ setenv =
11
[flake8]
12
max-line-length = 88
13
select = C,E,F,W,B,T
14
+ignore = W503
15
per-file-ignores =
16
__init__.py: F401
17
tasks.py: T001
0 commit comments