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 cf00c3e commit 248fda8Copy full SHA for 248fda8
setup.cfg
@@ -4,6 +4,8 @@
4
[flake8]
5
max-line-length = 119
6
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv
7
+# E203: whitespace before ':' (conflicts with Black's slice formatting)
8
+extend-ignore = E203, W503
9
10
[pycodestyle]
11
0 commit comments