Skip to content

Commit 86464b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.3...v0.8.6) - [github.com/woodruffw/zizmor-pre-commit: v0.9.2 → v1.0.0](zizmorcore/zizmor-pre-commit@v0.9.2...v1.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent b509fce commit 86464b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.8.3"
3+
rev: "v0.8.6"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- repo: https://github.com/woodruffw/zizmor-pre-commit
15-
rev: v0.9.2
15+
rev: v1.0.1
1616
hooks:
1717
- id: zizmor
1818
- repo: https://github.com/adamchainz/blacken-docs
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: python-use-type-annotations
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.13.0
35+
rev: v1.14.1
3636
hooks:
3737
- id: mypy
3838
files: ^(src/|testing/|scripts/)
@@ -54,7 +54,7 @@ repos:
5454
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
5555
additional_dependencies: ["tox>=4.9"]
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.19.0
57+
rev: v3.19.1
5858
hooks:
5959
- id: pyupgrade
6060
args:

0 commit comments

Comments
 (0)