diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04c30f4a..f27e5b69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,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"] @@ -79,7 +79,7 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.1 + rev: 0.18.2 hooks: - id: check-jsonschema name: "Check GitHub Workflows"