mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +00:00
Fix linters to use src/flake8
This commit is contained in:
parent
951bbe337f
commit
6bca1c30cc
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -35,7 +35,7 @@ deps =
|
|||
pyflakes
|
||||
pylint
|
||||
commands =
|
||||
pylint flake8
|
||||
pylint src/flake8
|
||||
|
||||
[testenv:doc8]
|
||||
basepython = python3
|
||||
|
|
@ -66,7 +66,7 @@ use_develop = false
|
|||
deps =
|
||||
bandit
|
||||
commands =
|
||||
bandit -r flake8/ -c .bandit.yml
|
||||
bandit -r src/flake8/ -c .bandit.yml
|
||||
|
||||
[testenv:linters]
|
||||
basepython = python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue