Skip to content

Commit

Permalink
Update ruff command in tox (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jul 2, 2024
1 parent cae1905 commit 5cf67c8
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 @@ -39,7 +39,7 @@ deps =
flake8-quotes
ruff
commands =
ruff histomicstk tests
ruff check histomicstk tests
flake8 {posargs}

[testenv:docs]
Expand Down Expand Up @@ -117,7 +117,7 @@ commands =
isort {posargs:.}
autopep8 -ria histomicstk tests
unify --in-place --recursive histomicstk tests
ruff histomicstk tests --fix
ruff check histomicstk tests --fix

[pytest]
addopts = --verbose --strict --showlocals --cov-report="term" --cov-report="xml" --cov
Expand Down

0 comments on commit 5cf67c8

Please sign in to comment.