summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2017-06-07 11:08:50 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2017-06-07 11:08:50 +0100
commitc72459d3ef2225ed23e4a87c3a85efecd1eae966 (patch)
treed94188f556c41bb80e0b6c41abdac0d9e7d03d0b /tox.ini
parent5c1faf3d5e9dcb34720c7bc47b0d97249ae8db80 (diff)
downloaddeluge-c72459d3ef2225ed23e4a87c3a85efecd1eae966.tar.gz
deluge-c72459d3ef2225ed23e4a87c3a85efecd1eae966.tar.bz2
deluge-c72459d3ef2225ed23e4a87c3a85efecd1eae966.zip
Replace pep8 with pycodestyle in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 85d80624a..96ab29dfe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,9 +8,8 @@ max-line-length = 120
builtins = _,_n,__request__
exclude = .git,.tox,dist,build
-[pep8]
+[pycodestyle]
max-line-length = 120
-ignore = E301,E309
[tox]
envlist = py27, flake8, docs, pylint