diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66a121f..60d2928 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.4 + rev: 0.38.0 hooks: - id: check-github-actions - id: check-github-workflows @@ -55,7 +55,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/PyCQA/autoflake - rev: v2.3.3 + rev: v2.4.0 hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade