Skip to content

Commit 4997218

Browse files
Bump ruff version in pre-commit
1 parent e021453 commit 4997218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
2727
# Ruff version.
28-
rev: v0.7.2
28+
rev: v0.8.0
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"pytest-env",
4646
"pytest-xdist",
4747
"pytest-timeout",
48-
"ruff",
48+
"ruff>=0.8.0",
4949
"sphinx",
5050
"sphinx_autosummary_accessors",
5151
"xarray[complete]",

0 commit comments

Comments
 (0)