mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
Replace pep8 with pycodestyle in tox.ini
This commit is contained in:
parent
5c1faf3d5e
commit
c72459d3ef
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
@ -8,9 +8,8 @@ max-line-length = 120
|
||||||
builtins = _,_n,__request__
|
builtins = _,_n,__request__
|
||||||
exclude = .git,.tox,dist,build
|
exclude = .git,.tox,dist,build
|
||||||
|
|
||||||
[pep8]
|
[pycodestyle]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
ignore = E301,E309
|
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27, flake8, docs, pylint
|
envlist = py27, flake8, docs, pylint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue