diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 281b8264b2..968379cb84 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.1.0 + rev: 22.3.0 hooks: - id: black args: ["--line-length", "100"] @@ -29,7 +29,7 @@ repos: args: [--profile=black] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v2.6.1 hooks: - id: prettier @@ -45,12 +45,12 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.8.0 + rev: v8.12.0 hooks: - id: eslint - repo: https://github.com/sirosen/check-jsonschema - rev: 0.10.2 + rev: 0.14.1 hooks: - id: check-jsonschema name: "Check GitHub Workflows"