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
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 7.1.2
rev: 7.3.0
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint
rev: v1.37.0
rev: v1.37.1
hooks:
- id: yamllint
- repo: https://github.com/awslabs/cfn-python-lint
rev: v1.32.1
rev: v1.40.0
hooks:
- id: cfn-python-lint
args:
Expand All @@ -39,17 +39,17 @@ repos:
^.github/|
^.pre-commit-config.yaml
)
- repo: https://github.com/psf/black
rev: 25.1.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: '2.1.1'
rev: '2.2.1'
hooks:
- id: poetry-check
- id: poetry-lock
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.32.1
rev: 0.34.0
hooks:
- id: check-github-workflows
- id: check-github-actions
Loading