diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33a4f38..8fb8c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # args: # - --parse-only - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 args: @@ -53,7 +53,7 @@ repos: - https://github.com/packit/dashboard.git stages: [manual, push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.28.6 hooks: - id: check-github-workflows args: ["--verbose"]