diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95ecde4..f6fe0c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.0 + rev: v3.8.1 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations'] diff --git a/README.md b/README.md index e49479b..391788b 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: v3.8.0 + rev: v3.8.1 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index bb8f749..80aec02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 3.8.0 +version = 3.8.1 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown