Skip to content

Commit

Permalink
Fix ruff in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Sep 16, 2024
1 parent 9f227a7 commit 62a67f4
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 @@ -7,7 +7,7 @@ envlist =
py311-{4.2,5.0,main},
py312-{4.2,5.0,main},
docs,
lint,
ruff,

[testenv]
basepython =
Expand Down Expand Up @@ -35,7 +35,7 @@ deps =
basepython = python3.11
allowlist_externals = ruff
deps = ruff
commands = ruff .
commands = ruff check .

[testenv:docs]
basepython = python3.11
Expand Down

0 comments on commit 62a67f4

Please sign in to comment.