Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
entry: ./tools/check_changes.py
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-merge-conflict
exclude: rst$
Expand All @@ -16,13 +16,13 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pretty-format-yaml
alias: yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.10
hooks:
- id: actionlint-docker
args:
Expand All @@ -56,12 +56,12 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.1
rev: 0.36.1
hooks:
- id: check-github-actions

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.16.1
rev: v1.19.1
hooks:
- id: mypy
alias: mypy-py313
Expand Down
Loading