Added linting to tox
Run tests / Execute tox to run the test suite (push) Successful in 3m29s

This commit is contained in:
2026-06-11 16:31:53 +02:00
parent be4ae1d596
commit 96cf6916f4
+8
View File
@@ -27,3 +27,11 @@ description = Report test coverage
deps = {[testenv:fresh]deps}
commands = python -m coverage report --skip-covered
[testenv:lint]
description = Run pylint
deps = {[testenv]deps}
pylint-django
commands_pre = {[testenv]commands_pre}
python -m pylint --version
commands = python -m pylint --fail-under=8 --django-settings-module='tests.settings' dav_*