Skip to content

Commit db0130a

Browse files
committed
[setup.cfg] add flake8 config
1 parent 337ebd3 commit db0130a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ disable =
99
[tool:pytest]
1010
filterwarnings =
1111
ignore:tostring:DeprecationWarning
12-
ignore:fromstring:DeprecationWarning
12+
ignore:fromstring:DeprecationWarning
13+
14+
[flake8]
15+
max-line-length = 90

0 commit comments

Comments
 (0)