Skip to content

Commit

Permalink
ruff version updated to 0.6.8, same as on cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
hmd101 committed Sep 28, 2024
1 parent 9d572e7 commit 3c1b3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.6.8
hooks:
# Run the formatter.
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev = [
'pytest-xdist',
"pooch>=1.2.0",
"nox",
"ruff>=0.5.1",
"ruff>=0.6.8",
]

nb = [
Expand Down

0 comments on commit 3c1b3db

Please sign in to comment.