We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e021453 commit 4997218Copy full SHA for 4997218
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: text-unicode-replacement-char
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
# Ruff version.
28
- rev: v0.7.2
+ rev: v0.8.0
29
hooks:
30
- id: ruff-format
31
- id: ruff
pyproject.toml
@@ -45,7 +45,7 @@ dev = [
45
"pytest-env",
46
"pytest-xdist",
47
"pytest-timeout",
48
- "ruff",
+ "ruff>=0.8.0",
49
"sphinx",
50
"sphinx_autosummary_accessors",
51
"xarray[complete]",
0 commit comments