diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79e6569..4a663bd 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.4 + rev: 0.38.0 hooks: - id: check-dependabot - id: check-github-actions