From 9933d2a3d9c750affdac4d2b737c79bcfcecd2bc Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 5 Feb 2021 12:20:30 -0800 Subject: [PATCH] v2.4.0 --- .pre-commit-config.yaml | 2 +- README.md | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65ef462..6ea4e6f 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.3.6 + rev: v2.4.0 hooks: - id: reorder-python-imports args: [--py3-plus] diff --git a/README.md b/README.md index f7cffe6..9ad6921 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.3.6 + rev: v2.4.0 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index 4ea75ec..310bceb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 2.3.6 +version = 2.4.0 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown