Skip to content

Commit 1dd4e51

Browse files
dalonsoagithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 3bd3b70 commit 1dd4e51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: "0.28.3"
10+
rev: "0.29.1"
1111
hooks:
1212
- id: check-github-workflows
1313
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -18,16 +18,16 @@ repos:
1818
# https://prettier.io for list). Add other types here.
1919
types_or: [yaml, json]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.4.4"
21+
rev: "v0.5.5"
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
2525
- id: ruff-format
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: "v1.10.0"
27+
rev: "v1.11.0"
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.40.0
31+
rev: v0.41.0
3232
hooks:
3333
- id: markdownlint-fix

0 commit comments

Comments
 (0)