diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81de054..9a555db 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.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] diff --git a/README.md b/README.md index b68a6f2..0367bca 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Sample `.pre-commit-config.yaml` ```yaml - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index 772f13a..bb1686a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 3.13.0 +version = 3.14.0 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown