diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51f53c0..575b63a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: args: [--autofix, --indent, '2', --offset, '2'] exclude: '{{ cookiecutter.project_slug }}/.+' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-dependabot - id: check-github-actions