Skip to content

Commit d4db166

Browse files
[pre-commit.ci] pre-commit autoupdate (#7714)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.259...v0.0.260) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cd692a6 commit d4db166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ repos:
1616
files: ^xarray/
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
1818
# Ruff version.
19-
rev: 'v0.0.259'
19+
rev: 'v0.0.260'
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
2323
# https://github.com/python/black#version-control-integration
2424
- repo: https://github.com/psf/black
25-
rev: 23.1.0
25+
rev: 23.3.0
2626
hooks:
2727
- id: black
2828
- id: black-jupyter
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: blackdoc
3333
exclude: "generate_aggregations.py"
34-
additional_dependencies: ["black==23.1.0"]
34+
additional_dependencies: ["black==23.3.0"]
3535
- id: blackdoc-autoupdate-black
3636
- repo: https://github.com/pre-commit/mirrors-mypy
3737
rev: v1.1.1

0 commit comments

Comments
 (0)