diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a073c9..1b48d5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8 language_version: python3 @@ -46,7 +46,7 @@ repos: hooks: - id: python-use-type-annotations - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.2 + rev: 0.33.0 hooks: - id: check-github-actions - id: check-github-workflows