Skip to content

Commit

Permalink
update tox to do ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Nov 22, 2024
1 parent b272831 commit 33ca42e
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 @@ -54,7 +54,7 @@ deps =
skip_install = true
commands =
black --check --diff {posargs:src tests}
ruff --diff {posargs:src tests doc}
ruff check --diff {posargs:src tests doc}

# asserts package build integrity
[testenv:build]
Expand Down

0 comments on commit 33ca42e

Please sign in to comment.