Skip to content

Commit 73ee5a4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.7...v0.12.2) - [github.com/adrienverge/yamllint: v1.37.0 → v1.37.1](adrienverge/yamllint@v1.37.0...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent b581e6c commit 73ee5a4

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
@@ -27,18 +27,18 @@ repos:
2727
require_serial: false
2828
additional_dependencies: []
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: "v0.11.7"
30+
rev: "v0.12.2"
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]
3434
- id: ruff-format
3535
- repo: https://github.com/adrienverge/yamllint
36-
rev: v1.37.0
36+
rev: v1.37.1
3737
hooks:
3838
- id: yamllint
3939
files: \.(yaml|yml)$
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.15.0
41+
rev: v1.16.1
4242
hooks:
4343
- id: mypy
4444
additional_dependencies:

0 commit comments

Comments
 (0)