mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +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
|
||||
deps =
|
||||
pyflakes
|
||||
pylint
|
||||
pylint!=2.5.0
|
||||
commands =
|
||||
pylint src/flake8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue