diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 194cee7..27e837a 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.2 + rev: v3.8.3 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations'] diff --git a/README.md b/README.md index 094634f..1ba2f86 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Sample `.pre-commit-config.yaml` ```yaml - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.2 + rev: v3.8.3 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index d99da5f..324d2a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 3.8.2 +version = 3.8.3 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown