From e77caa8638839e934828a1968ce30a9ee4f3f509 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 2 Jun 2024 17:31:10 -0400 Subject: [PATCH] v3.13.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 5d222eb..65d9bc5 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.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] diff --git a/README.md b/README.md index 7b539f2..b68a6f2 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.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index 72062d9..772f13a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 3.12.0 +version = 3.13.0 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown