1
0
Fork 0

tox: stricter pylint

This commit is contained in:
Maurizio Porrato 2023-08-18 17:48:38 +01:00
parent 42843b4885
commit e232be258f
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ groups = ; Dependency groups in pyproject.toml
dev
commands =
pytest --cov-report term-missing --cov-fail-under=100 --cov=operator_repo -v tests/
pylint --disable=R,C src
pylint --disable=missing-module-docstring,missing-function-docstring src
mypy --strict src tests