mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +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__
|
||||
exclude = .git,.tox,dist,build
|
||||
|
||||
[pep8]
|
||||
[pycodestyle]
|
||||
max-line-length = 120
|
||||
ignore = E301,E309
|
||||
|
||||
[tox]
|
||||
envlist = py27, flake8, docs, pylint
|
||||
|
|
Loading…
Add table
Reference in a new issue