Skip to content

Commit 5b8408a

Browse files
Update tox lint to more closely match GitHub actions lint workflow (#12923)
1 parent 7487e76 commit 5b8408a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ extras =
3636
# If you update any of these commands, don't forget to update the equivalent
3737
# GitHub Workflow step
3838
commands =
39-
ruff . --diff --format github
39+
ruff check . --output-format github
4040
flake8 .
41-
isort --check-only --diff .
42-
mypy sphinx/
41+
mypy
4342

4443
[testenv:docs]
4544
description =

0 commit comments

Comments
 (0)