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 39e0f73 commit 85a1cf2Copy full SHA for 85a1cf2
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
files: ^xarray/
17
- repo: https://github.com/charliermarsh/ruff-pre-commit
18
# Ruff version.
19
- rev: 'v0.0.265'
+ rev: 'v0.0.267'
20
hooks:
21
- id: ruff
22
args: ["--fix"]
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies: ["black==23.3.0"]
34
- id: blackdoc-autoupdate-black
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.2.0
+ rev: v1.3.0
37
38
- id: mypy
39
# Copied from setup.cfg
0 commit comments