Skip to content

Commit dba37a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.7.2...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2)
1 parent 4821176 commit dba37a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 24.10.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.7.2
13+
rev: v0.13.3
1414
hooks:
1515
- id: ruff
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: 'v1.13.0'
17+
rev: 'v1.18.2'
1818
hooks:
1919
- id: mypy
2020
args: [., --strict, --ignore-missing-imports, --exclude=^codegen]

0 commit comments

Comments
 (0)