diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca56cec..9c2915a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + rev: v2.7.0 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations'] diff --git a/README.md b/README.md index 79bad6e..896f67a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Sample `.pre-commit-config.yaml` ```yaml - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + rev: v2.7.0 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index 4a5be09..f3fc412 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 2.6.0 +version = 2.7.0 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown