diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9979093..e0192b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: additional_dependencies: [flake8-typing-imports==1.12.0] args: [--max-line-length=100] - repo: https://github.com/hhatto/autopep8 - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autopep8 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations']