Fixed tox issues

This commit is contained in:
rospogrigio
2023-01-09 23:45:06 +01:00
committed by GitHub Actions
parent ecf66f76e6
commit f990e848a5
9 changed files with 230 additions and 147 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