Skip to content

Commit 63b3cfa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.11.9](astral-sh/ruff-pre-commit@v0.4.3...v0.11.9) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 313d3ab commit 63b3cfa

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
@@ -1,18 +1,18 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.4.3
4+
rev: v0.11.9
55
hooks:
66
- id: ruff
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: v1.10.0
9+
rev: v1.15.0
1010
hooks:
1111
- id: mypy
1212
args:
1313
- --ignore-missing-imports
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.13.0
15+
rev: v2.14.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args:
@@ -25,7 +25,7 @@ repos:
2525
- --indent=2
2626
- --no-sort
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.6.0
28+
rev: v5.0.0
2929
hooks:
3030
- id: check-case-conflict
3131
- id: end-of-file-fixer

0 commit comments

Comments
 (0)