Enforce all PEP08 checks

This commit is contained in:
Guillaume Valadon 2018-10-04 13:05:29 +02:00
parent ec47b5c1b6
commit 4b819f73f9
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ commands = flake8 scapy/
# flake8 configuration
[flake8]
select = E1,E2,E30,E4,E5,E70,E71,E72,E74,
F4,F6,F8,
W2,W3,W5,
ignore = E731
exclude = scapy/modules/six.py,
scapy/modules/winpcapy.py