Skip to content

Commit 76d1953

Browse files
Upgrade pre-commit hooks revisions (#248)
1 parent 8bcac7c commit 76d1953

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/rbubley/mirrors-prettier
3-
rev: v3.3.3
3+
rev: v3.4.2
44
hooks:
55
- id: prettier
66
types_or:
@@ -37,14 +37,14 @@ repos:
3737
- id: end-of-file-fixer
3838
name: end-of-file-fixer
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.29.4
40+
rev: 0.30.0
4141
hooks:
4242
- id: check-github-workflows
4343
name: check-github-workflows
4444
args:
4545
- --verbose
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.7.4
47+
rev: v0.8.4
4848
hooks:
4949
- id: ruff
5050
args:
@@ -78,7 +78,7 @@ repos:
7878
hooks:
7979
- id: yamllint
8080
- repo: https://github.com/DavidAnson/markdownlint-cli2
81-
rev: v0.15.0
81+
rev: v0.17.1
8282
hooks:
8383
- id: markdownlint-cli2
8484
name: markdownlint-readme
@@ -90,7 +90,7 @@ repos:
9090
name: editorconfig-checker
9191
alias: ec
9292
- repo: https://github.com/pre-commit/mirrors-mypy
93-
rev: v1.13.0
93+
rev: v1.14.1
9494
hooks:
9595
- id: mypy
9696
name: mypy-mkdocs-1.5.0
@@ -100,7 +100,7 @@ repos:
100100
- platformdirs
101101
- wcmatch
102102
- repo: https://github.com/pre-commit/mirrors-mypy
103-
rev: v1.13.0
103+
rev: v1.14.1
104104
hooks:
105105
- id: mypy
106106
name: mypy-mkdocs-1.6.0

0 commit comments

Comments
 (0)