Skip to content

Commit 9502272

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.3...v0.13.3) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent b4445d9 commit 9502272

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
@@ -12,12 +12,12 @@ repos:
1212
- id: prettier
1313

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

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.3
20+
rev: v0.13.3
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: v5.0.0
29+
rev: v6.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.16.1
52+
rev: v1.18.2
5353
hooks:
5454
- id: mypy
5555
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)