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.
2 parents ffeffbc + a95c5ec commit 6a8afc3Copy full SHA for 6a8afc3
setup.cfg
@@ -1,5 +1,5 @@
1
[flake8]
2
-exclude = .git,venv
+exclude = .git,venv,.venv,*/migrations/*,settings.py
3
# Handle formatting conflicts between Black and Flake8:
4
# https://github.com/python/black/issues/280 (E203)
5
# https://github.com/python/black/issues/43 (W503)
0 commit comments