Skip to content

Commit

Permalink
Merge pull request #2053 from dandi/pin-ruff-version
Browse files Browse the repository at this point in the history
Pin ruff version to avoid spurious test failures
  • Loading branch information
waxlamp authored Oct 22, 2024
2 parents 83379dd + d441521 commit eacbd07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ package = skip
ignore_errors = True
deps =
codespell~=2.0
ruff
ruff~=0.6.2
commands =
ruff --version
ruff check
ruff format --check
codespell .

[testenv:format]
package = skip
deps =
ruff
ruff~=0.6.2
commands =
ruff --version
ruff check --fix-only
ruff format

Expand Down

0 comments on commit eacbd07

Please sign in to comment.