diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c068b94..325327b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,7 @@ repos: - id: remove-tabs exclude: 'Makefile' - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: [--py38-plus]