mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Some lint / mypy fixes
This commit is contained in:
parent
03ea38df16
commit
3127d213f6
14 changed files with 63 additions and 38 deletions
4
tox.ini
4
tox.ini
|
|
@ -74,9 +74,9 @@ commands =
|
|||
basepython = python3
|
||||
skip_install = true
|
||||
deps =
|
||||
mypy-lang
|
||||
mypy
|
||||
commands =
|
||||
mypy flake8
|
||||
mypy src
|
||||
|
||||
[testenv:bandit]
|
||||
basepython = python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue