diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b99a8d25..af5b325b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: reorder-python-imports files: install-local.py - repo: https://github.com/asottile/pyupgrade - rev: v2.11.0 + rev: v2.12.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -39,7 +39,7 @@ repos: hooks: - id: mypy - repo: https://github.com/pre-commit/mirrors-eslint - rev: v7.23.0 + rev: v7.24.0 hooks: - id: eslint args: [--fix]