Skip to content

Commit

Permalink
tox.ini: enable ruff testenv (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Verheul <[email protected]>
  • Loading branch information
Actionb and dyve authored Sep 15, 2024
1 parent 68390cd commit 13fb06b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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,5.1,main},
py312-{4.2,5.0,5.1,main},
docs,
lint,
ruff,

[testenv]
basepython =
Expand All @@ -31,9 +31,8 @@ deps =

[testenv:ruff]
basepython = python3.11
allowlist_externals = ruff
deps = ruff
commands = ruff .
commands = ruff check .

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

0 comments on commit 13fb06b

Please sign in to comment.