Fixed tox issues

This commit is contained in:
rospogrigio
2023-01-09 23:45:06 +01:00
parent ecf66f76e6
commit 966c3ec536
4 changed files with 214 additions and 126 deletions

View File

@@ -1,10 +1,10 @@
[flake8]
exclude = .git,.tox
max-line-length = 88
max-line-length = 120
ignore = E203, W503
[mypy]
python_version = 3.7
python_version = 3.9
ignore_errors = true
follow_imports = silent
ignore_missing_imports = true