We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd692a6 commit d4db166Copy full SHA for d4db166
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
16
files: ^xarray/
17
- repo: https://github.com/charliermarsh/ruff-pre-commit
18
# Ruff version.
19
- rev: 'v0.0.259'
+ rev: 'v0.0.260'
20
hooks:
21
- id: ruff
22
args: ["--fix"]
23
# https://github.com/python/black#version-control-integration
24
- repo: https://github.com/psf/black
25
- rev: 23.1.0
+ rev: 23.3.0
26
27
- id: black
28
- id: black-jupyter
@@ -31,7 +31,7 @@ repos:
31
32
- id: blackdoc
33
exclude: "generate_aggregations.py"
34
- additional_dependencies: ["black==23.1.0"]
+ additional_dependencies: ["black==23.3.0"]
35
- id: blackdoc-autoupdate-black
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
rev: v1.1.1
0 commit comments