mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix tox.
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user