Skip to content

Commit a4a82ed

Browse files
chore: pre-commit autoupdate (#171)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ded1e6c commit a4a82ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: prettier
2020
- repo: https://github.com/streetsidesoftware/cspell-cli
21-
rev: v8.17.3
21+
rev: v9.0.1
2222
hooks:
2323
- id: cspell
2424
# entry: codespell --relative
@@ -43,7 +43,7 @@ repos:
4343
additional_dependencies:
4444
- tomli
4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.37.0
46+
rev: v1.37.1
4747
hooks:
4848
- id: yamllint
4949
files: \.(yaml|yml)$
@@ -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.4
64+
rev: v0.11.12
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.15.0
78+
rev: v1.16.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.398
87+
rev: v1.1.401
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.6
94+
rev: v3.3.7
9595
hooks:
9696
- id: pylint
9797
additional_dependencies:

0 commit comments

Comments
 (0)