Skip to content

Commit

Permalink
chore(tox): Fix ruff invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 10, 2024
1 parent c905783 commit e13a85b
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 @@ -21,7 +21,7 @@ deps =
!pypy3: mypy

commands =
ruff .
ruff check .
ruff format --diff .
pytest -sv tests/ --cov=nipreps_versions
!pypy3: mypy src tests

0 comments on commit e13a85b

Please sign in to comment.