more typing (#1795)

* more typing
This commit is contained in:
Michel Oosterhof
2022-12-15 11:46:15 +08:00
committed by GitHub
parent 9098c5378d
commit b56e257c29
78 changed files with 501 additions and 463 deletions

View File

@ -31,9 +31,10 @@ deps =
allowlist_externals =
yamllint
commands =
flake8 --ignore E203,E501,W503 --count --statistics {toxinidir}/src
- flake8 --ignore E203,E501,W503 --count --statistics {toxinidir}/src
# - twistedchecker -d W9002,W9202,W9204,W9208,W9402,C0301,C0103,W9001,C9302,W9401 {toxinidir}/src
yamllint {toxinidir}
- yamllint {toxinidir}
- pylint {toxinidir}/src
basepython = python3.10