Skip to content

Commit 2276ee3

Browse files
committed
Moved flake8 max-line-length option from tox.ini to setup.cfg so that it works when running flake8 from normal CLI as well.
1 parent 2d0e827 commit 2276ee3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[flake8]
2+
max-line-length = 119
3+
14
[wheel]
25
universal = 1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ deps =
3737
pep8-naming
3838
unittest2
3939
commands =
40-
flake8 . --max-line-length=120
40+
flake8

0 commit comments

Comments
 (0)