Skip to content

Commit 8cce800

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.12.12](astral-sh/ruff-pre-commit@v0.11.6...v0.12.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent ca8e0f3 commit 8cce800

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.11.6
5+
rev: v0.12.12
66
hooks:
77
- id: ruff
88
- id: ruff-format
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.15.0
11+
rev: v1.17.1
1212
hooks:
1313
- id: mypy
1414
additional_dependencies: [types-pyyaml>=6.0.12.20250402]
1515
args: [--ignore-missing-imports]
1616
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
17-
rev: v2.14.0
17+
rev: v2.15.0
1818
hooks:
1919
- id: pretty-format-yaml
2020
args:
@@ -28,7 +28,7 @@ repos:
2828
- --no-sort
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v5.0.0
31+
rev: v6.0.0
3232
hooks:
3333
- id: check-case-conflict
3434
- id: end-of-file-fixer

0 commit comments

Comments
 (0)