Skip to content

Commit 93d79d5

Browse files
[pre-commit.ci] pre-commit autoupdate (#7842)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](astral-sh/ruff-pre-commit@v0.0.265...v0.0.267) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 964d350 commit 93d79d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
files: ^xarray/
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
1818
# Ruff version.
19-
rev: 'v0.0.265'
19+
rev: 'v0.0.267'
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: ["black==23.3.0"]
3434
- id: blackdoc-autoupdate-black
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.2.0
36+
rev: v1.3.0
3737
hooks:
3838
- id: mypy
3939
# Copied from setup.cfg

0 commit comments

Comments
 (0)