diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3fcbbb4..4f3d688c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files args: ['--maxkb=500'] # default: 500 - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-taskfile - repo: https://github.com/rhysd/actionlint