Skip to content

Commit

Permalink
(fix) ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jun 28, 2024
1 parent cbac2bf commit 607425a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deps =
black>=21.12b0
ruff
commands =
ruff .
ruff check .
black --check --diff .

[testenv:fmt]
Expand All @@ -47,7 +47,7 @@ skip_install = true
deps = {[testenv:lint]deps}
commands =
black .
ruff --fix .
ruff check --fix .
{[testenv:lint]commands}

[testenv:typing]
Expand Down

0 comments on commit 607425a

Please sign in to comment.