Skip to content

Commit 8b3fe35

Browse files
chore: pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...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)
1 parent 1e0fe45 commit 8b3fe35

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
@@ -14,7 +14,7 @@ repos:
1414
- id: check-useless-excludes
1515
- repo: https://github.com/rbubley/mirrors-prettier
1616
# keep it before yamllint
17-
rev: v3.5.3
17+
rev: v3.6.2
1818
hooks:
1919
- id: prettier
2020
- repo: https://github.com/streetsidesoftware/cspell-cli
@@ -61,7 +61,7 @@ repos:
6161
- id: tox-ini-fmt
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.11.12
64+
rev: v0.12.2
6565
hooks:
6666
- id: ruff
6767
args:
@@ -75,7 +75,7 @@ repos:
7575
hooks:
7676
- id: black
7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.16.0
78+
rev: v1.16.1
7979
hooks:
8080
- id: mypy
8181
# empty args needed in order to match mypy cli behavior
@@ -84,7 +84,7 @@ repos:
8484
- pytest>=6.1.2
8585
- enrich>=1.2.5
8686
- repo: https://github.com/RobertCraigie/pyright-python
87-
rev: v1.1.401
87+
rev: v1.1.402
8888
hooks:
8989
- id: pyright
9090
additional_dependencies:

0 commit comments

Comments
 (0)