mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
mypy now passes
This commit is contained in:
parent
b6ba6d4d03
commit
fb7e9338cd
32 changed files with 255 additions and 212 deletions
7
tox.ini
7
tox.ini
|
|
@ -70,13 +70,12 @@ deps =
|
|||
commands =
|
||||
doc8 docs/source/
|
||||
|
||||
[testenv:mypy]
|
||||
[testenv:pre-commit]
|
||||
basepython = python3
|
||||
skip_install = true
|
||||
deps =
|
||||
mypy
|
||||
deps = pre-commit
|
||||
commands =
|
||||
mypy src
|
||||
pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
[testenv:bandit]
|
||||
basepython = python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue