diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4936ec7..1cec7cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black args: ["--line-length", "100"] @@ -69,7 +69,7 @@ repos: )$ - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.1 + rev: 0.18.2 hooks: - id: check-jsonschema name: "Check GitHub Workflows"