Skip to content

Commit b81db0b

Browse files
authored
setup.py: flake8 is a superset of pep8 and pyflakes
1 parent 0f7652e commit b81db0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
'coverage>=3.6',
4242
'freezegun==0.3.5',
4343
'pylint==1.9.1',
44-
'pep8==1.5.7',
45-
'pyflakes==0.8.1',
44+
'flake8==3.6.0',
4645
'coveralls==1.1',
4746
),
4847
},

0 commit comments

Comments
 (0)