This commit is contained in:
Mikaël Capelle
2021-07-18 11:04:28 +02:00
parent 5a0684bfc9
commit a99f5ec59a
+5 -1
View File
@@ -16,6 +16,9 @@ sections=FUTURE,STDLIB,THIRDPARTY,MOBASE,FIRSTPARTY,LOCALFOLDER
warn_return_any = True
warn_unused_configs = True
[mypy-vdf.*]
ignore_missing_imports = True
[tox:tox]
skipsdist = true
envlist = py38-lint
@@ -25,11 +28,12 @@ skip_install = true
deps =
PyQt5-stubs
mobase-stubs
vdf==3.4
black
flake8
flake8-black
mypy
commands =
black --check --diff .
flake8 .
flake8 . --exclude "lib,.tox"
mypy .