Skip to content

Commit 4627a0a

Browse files
authored
Update setup.cfg
1 parent a03c4ec commit 4627a0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[aliases]
22
test=pytest
33

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+
49
[isort]
510
profile = black
611
no_lines_before=FIRSTPARTY

0 commit comments

Comments
 (0)