Skip to content

Commit f21c313

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.1](tox-dev/pyproject-fmt@2.2.4...v2.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.2...v0.11.2) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 9848d7b commit f21c313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: prettier
1313

1414
- repo: https://github.com/tox-dev/pyproject-fmt
15-
rev: "2.2.4"
15+
rev: "v2.5.1"
1616
hooks:
1717
- id: pyproject-fmt
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.2
20+
rev: v0.11.2
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]
@@ -26,7 +26,7 @@ repos:
2626
types_or: [python, pyi, jupyter]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: detect-private-key
3232
- id: check-ast
@@ -49,7 +49,7 @@ repos:
4949
files: '.*\.rej$'
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.14.1
52+
rev: v1.15.0
5353
hooks:
5454
- id: mypy
5555
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)