Skip to content

Commit

Permalink
Use ruff check . instead of older ruff . that no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Sep 11, 2024
1 parent dfac346 commit e6ffe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description = Lint with ruff
base_python = py312
extras = lint
commands =
ruff .
ruff check .

[testenv:mypy-py{37,38,39,310,311,312}]
description = Typecheck with mypy
Expand Down

0 comments on commit e6ffe6c

Please sign in to comment.