Skip to content

Commit d22ac7b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.13...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/RobertCraigie/pyright-python: v1.1.401 → v1.1.402](RobertCraigie/pyright-python@v1.1.401...v1.1.402) - [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)
1 parent 6358bf9 commit d22ac7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.11.13
12+
rev: v0.12.2
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -38,14 +38,14 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.16.0
41+
rev: v1.16.1
4242
hooks:
4343
- id: mypy
4444
# uses py311 syntax, mypy configured for py39
4545
exclude: tests/(eval|autofix)_files/.*_py(310|311).py
4646

4747
- repo: https://github.com/RobertCraigie/pyright-python
48-
rev: v1.1.401
48+
rev: v1.1.402
4949
hooks:
5050
- id: pyright
5151
# ignore warnings about new version being available, no other warnings
@@ -92,7 +92,7 @@ repos:
9292
- id: yamlfmt
9393

9494
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
95-
rev: v2.14.0
95+
rev: v2.15.0
9696
hooks:
9797
- id: pretty-format-toml
9898
args: [--autofix]

0 commit comments

Comments
 (0)