diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 275f84d..0871280 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.2 + rev: 0.37.3 hooks: - id: check-dependabot - id: check-github-actions