Skip to content

Commit f629811

Browse files
set up flake8 config compatible to black
1 parent a7c8ee4 commit f629811

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tox.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ envlist=py{27,34,35,36,37}-test,flake8,check_readme
33

44
[flake8]
55
max-complexity = 10
6-
6+
max-line-length = 88
7+
exclude=
8+
.git,
9+
.tox,
10+
.env,
11+
.venv,
12+
.pytest_cache,
13+
__pycache__,
14+
./setuptools_scm/win_py31_compat.py
715

816
[testenv]
917
usedevelop=True

0 commit comments

Comments
 (0)