Skip to content

Commit a63aaf7

Browse files
chore: pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.7.4](rbubley/mirrors-prettier@v3.5.3...v3.7.4) - [github.com/streetsidesoftware/cspell-cli: v9.0.1 → v9.4.0](streetsidesoftware/cspell-cli@v9.0.1...v9.4.0) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.7.1](tox-dev/tox-ini-fmt@1.5.0...1.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.12...v0.14.10) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.19.1](pre-commit/mirrors-mypy@v1.16.0...v1.19.1) - [github.com/RobertCraigie/pyright-python: v1.1.401 → v1.1.407](RobertCraigie/pyright-python@v1.1.401...v1.1.407) - [github.com/pycqa/pylint: v3.3.7 → v4.0.4](pylint-dev/pylint@v3.3.7...v4.0.4)
1 parent 1e0fe45 commit a63aaf7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ 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.7.4
1818
hooks:
1919
- id: prettier
2020
- repo: https://github.com/streetsidesoftware/cspell-cli
21-
rev: v9.0.1
21+
rev: v9.4.0
2222
hooks:
2323
- id: cspell
2424
# entry: codespell --relative
2525
args: [--relative, --no-progress, --no-summary]
2626
name: Spell check with cspell
2727
- repo: https://github.com/pre-commit/pre-commit-hooks.git
28-
rev: v5.0.0
28+
rev: v6.0.0
2929
hooks:
3030
- id: end-of-file-fixer
3131
- id: trailing-whitespace
@@ -50,18 +50,18 @@ repos:
5050
types: [file, yaml]
5151
entry: yamllint --strict
5252
- repo: https://github.com/pappasam/toml-sort
53-
rev: v0.24.2
53+
rev: v0.24.3
5454
hooks:
5555
- id: toml-sort-fix
5656
alias: toml
5757

5858
- repo: https://github.com/tox-dev/tox-ini-fmt
59-
rev: 1.5.0
59+
rev: 1.7.1
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.14.10
6565
hooks:
6666
- id: ruff
6767
args:
@@ -70,12 +70,12 @@ repos:
7070
types_or: [python, pyi]
7171
# - id: ruff-format # must be after ruff
7272
# types_or: [python, pyi]
73-
- repo: https://github.com/psf/black # must be after ruff
74-
rev: 25.1.0
73+
- repo: https://github.com/psf/black-pre-commit-mirror # must be after ruff
74+
rev: 25.12.0
7575
hooks:
7676
- id: black
7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.16.0
78+
rev: v1.19.1
7979
hooks:
8080
- id: mypy
8181
# empty args needed in order to match mypy cli behavior
@@ -84,14 +84,14 @@ 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.407
8888
hooks:
8989
- id: pyright
9090
additional_dependencies:
9191
- pytest>=6.1.2
9292
- enrich>=1.2.5
9393
- repo: https://github.com/pycqa/pylint
94-
rev: v3.3.7
94+
rev: v4.0.4
9595
hooks:
9696
- id: pylint
9797
additional_dependencies:

0 commit comments

Comments
 (0)