diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 904c8f5..68d2bdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - markdown - rst - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.1 + rev: 0.2.2 hooks: - id: yamlfmt args: [--mapping, '2', --sequence, '2', --offset, '0'] @@ -37,7 +37,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.2 hooks: - id: flake8 language_version: python3 @@ -46,7 +46,7 @@ repos: hooks: - id: python-use-type-annotations - repo: https://github.com/sirosen/check-jsonschema - rev: 0.16.2 + rev: 0.17.1 hooks: - id: check-github-actions - id: check-github-workflows