We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03c4ec commit 4627a0aCopy full SHA for 4627a0a
setup.cfg
@@ -1,6 +1,11 @@
1
[aliases]
2
test=pytest
3
4
+[flake8]
5
+ignore = E203,W503
6
+exclude = .git,.mypy_cache,.pytest_cache,.tox,.venv,__pycache__,build,dist,docs,setup.py,docs/*,examples/*,tests
7
+max-line-length = 120
8
+
9
[isort]
10
profile = black
11
no_lines_before=FIRSTPARTY
0 commit comments