diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a2314db55..296eccfe8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: args: [--profile=black] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.1 + rev: v2.6.2 hooks: - id: prettier @@ -43,7 +43,7 @@ repos: args: [--py37-plus] - repo: https://github.com/PyCQA/doc8 - rev: 0.11.0 + rev: 0.11.1 hooks: - id: doc8 args: [--max-line-length=200] @@ -65,7 +65,7 @@ repos: - id: eslint - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.1 + rev: 0.14.2 hooks: - id: check-jsonschema name: "Check GitHub Workflows"