Skip to content

Commit abb1d02

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) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.17.1](pre-commit/mirrors-mypy@v1.11.2...v1.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.12.10](astral-sh/ruff-pre-commit@v0.6.9...v0.12.10)
1 parent 217d62d commit abb1d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-ast
99
- id: check-toml
@@ -18,15 +18,15 @@ repos:
1818
# - id: no-commit-to-branch
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: 'v1.11.2'
21+
rev: 'v1.17.1'
2222
hooks:
2323
- id: mypy
2424
additional_dependencies:
2525
- fastapi
2626
- pytest
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.6.9'
29+
rev: 'v0.12.10'
3030
hooks:
3131
- id: ruff
3232
args: [--fix]

0 commit comments

Comments
 (0)