diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 800026fc89..bc59ee781b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,13 +41,13 @@ repos: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v2.37.3 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/PyCQA/doc8 - rev: 0.11.2 + rev: v1.0.0 hooks: - id: doc8 args: [--max-line-length=200] @@ -55,7 +55,7 @@ repos: stages: [manual] - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 5.0.2 hooks: - id: flake8 additional_dependencies: @@ -67,7 +67,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.20.0 + rev: v8.21.0 hooks: - id: eslint stages: [manual]