Skip to content

Commit 87bf680

Browse files
committed
chore: update pre-commit hooks
1 parent b3a07eb commit 87bf680

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.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/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=2000]
@@ -19,29 +19,29 @@ repos:
1919
- id: trailing-whitespace
2020
files: \.(py|sh|rst|yml|yaml)$
2121
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
22-
rev: v2.14.0
22+
rev: v2.15.0
2323
hooks:
2424
- id: pretty-format-yaml
2525
args: [--autofix, --indent, '2']
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.5.0
27+
rev: v2.6.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.8.1
31+
rev: v0.12.9
3232
hooks:
3333
- id: ruff
3434
args: [--fix]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.13.0
36+
rev: v1.17.1
3737
hooks:
3838
- id: mypy
3939
files: ^openapi_generator_cli/
4040
args: [--strict]
4141
additional_dependencies:
4242
- jdk4py
4343
- repo: https://github.com/igorshubovych/markdownlint-cli
44-
rev: v0.43.0
44+
rev: v0.45.0
4545
hooks:
4646
- id: markdownlint
4747
exclude: ^.github/PULL_REQUEST_TEMPLATE.md

0 commit comments

Comments
 (0)