Skip to content

Commit 82a6c19

Browse files
chore: pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.8.3](rbubley/mirrors-prettier@v3.5.3...v3.8.3) - [github.com/streetsidesoftware/cspell-cli: v9.0.1 → v10.0.0](streetsidesoftware/cspell-cli@v9.0.1...v10.0.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/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](pappasam/toml-sort@v0.24.2...v0.24.4) - [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.15.15](astral-sh/ruff-pre-commit@v0.11.12...v0.15.15) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v2.1.0](pre-commit/mirrors-mypy@v1.16.0...v2.1.0) - [github.com/RobertCraigie/pyright-python: v1.1.401 → v1.1.409](RobertCraigie/pyright-python@v1.1.401...v1.1.409) - [github.com/pycqa/pylint: v3.3.7 → v4.0.5](pylint-dev/pylint@v3.3.7...v4.0.5) - [github.com/jendrikseipp/vulture: v2.14 → v2.16](jendrikseipp/vulture@v2.14...v2.16)
1 parent 1e0fe45 commit 82a6c19

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.pre-commit-config.yaml

Lines changed: 14 additions & 14 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.8.3
1818
hooks:
1919
- id: prettier
2020
- repo: https://github.com/streetsidesoftware/cspell-cli
21-
rev: v9.0.1
21+
rev: v10.0.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
@@ -36,32 +36,32 @@ repos:
3636
- id: debug-statements
3737
language_version: python3
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.1
39+
rev: v2.4.2
4040
hooks:
4141
- id: codespell
4242

4343
additional_dependencies:
4444
- tomli
4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.37.1
46+
rev: v1.38.0
4747
hooks:
4848
- id: yamllint
4949
files: \.(yaml|yml)$
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.4
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.15.15
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: 26.5.1
7575
hooks:
7676
- id: black
7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: v1.16.0
78+
rev: v2.1.0
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.409
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.5
9595
hooks:
9696
- id: pylint
9797
additional_dependencies:
@@ -100,7 +100,7 @@ repos:
100100
- typing
101101
- typing-extensions
102102
- repo: https://github.com/jendrikseipp/vulture
103-
rev: v2.14
103+
rev: v2.16
104104
hooks:
105105
- id: vulture
106106
- # keep at bottom as these are slower

0 commit comments

Comments
 (0)