diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40cbc8a..2b44355 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: mixed-line-ending @@ -17,7 +17,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.15.0 + rev: v1.18.3 hooks: - id: cfn-python-lint args: @@ -36,7 +36,7 @@ repos: ^.pre-commit-config.yaml ) - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/python-poetry/poetry @@ -47,13 +47,13 @@ repos: language_version: python3.10 args: ['--check'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.11.2' + rev: 'v1.13.0' hooks: - id: mypy args: [ --ignore-missing-imports ] additional_dependencies: [ types-PyYAML ] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.2 + rev: 0.29.4 hooks: - id: check-github-workflows - id: check-github-actions