mirror of
https://github.com/PyCQA/flake8.git
synced 2026-05-06 02:04:26 +00:00
exclude broken pylint version
https://github.com/PyCQA/pylint/issues/3524
This commit is contained in:
parent
43b14ff2d7
commit
1649827396
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -61,7 +61,7 @@ basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
pyflakes
|
pyflakes
|
||||||
pylint
|
pylint!=2.5.0
|
||||||
commands =
|
commands =
|
||||||
pylint src/flake8
|
pylint src/flake8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue