diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33dee0d65..1840dfcad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: prettier - repo: https://github.com/PyCQA/doc8 - rev: 0.11.1 + rev: 0.11.2 hooks: - id: doc8 args: [--max-line-length=200] @@ -64,7 +64,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.15.0 + rev: v8.16.0 hooks: - id: eslint stages: [manual]