Skip to content

Commit 6fc53ed

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/streetsidesoftware/cspell-cli: v9.0.1 → v9.2.0](streetsidesoftware/cspell-cli@v9.0.1...v9.2.0) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.12...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/RobertCraigie/pyright-python: v1.1.401 → v1.1.403](RobertCraigie/pyright-python@v1.1.401...v1.1.403)
1 parent 1e0fe45 commit 6fc53ed

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ 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
21-
rev: v9.0.1
21+
rev: v9.2.0
2222
hooks:
2323
- id: cspell
2424
# entry: codespell --relative
@@ -56,12 +56,12 @@ repos:
5656
alias: toml
5757

5858
- repo: https://github.com/tox-dev/tox-ini-fmt
59-
rev: 1.5.0
59+
rev: 1.6.0
6060
hooks:
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.7
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.17.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.403
8888
hooks:
8989
- id: pyright
9090
additional_dependencies:

0 commit comments

Comments
 (0)