Skip to content

Commit e95cec6

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
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.30.0"
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.8.6"
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.14.1"
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.40.0
31+
rev: v0.43.0
3232
hooks:
3333
- id: markdownlint-fix

0 commit comments

Comments
 (0)