Skip to content
Snippets Groups Projects
Commit c326ed4d authored by Peter Pentchev's avatar Peter Pentchev
Browse files

Drop the pydocstyle Tox environment

Ruff does most of that now.
parent 0eea6e8e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ envlist =
ruff-all
format
mypy
pydocstyle
unit-tests
isolated_build = True
......@@ -71,15 +70,6 @@ setenv =
commands =
mypy {[defs]pyfiles}
[testenv:pydocstyle]
skip_install = True
tags =
check
deps =
pydocstyle >= 6, < 7
commands =
pydocstyle {[defs]pyfiles}
[testenv:pyupgrade]
skip_install = True
tags =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment