From 43e38f4f7df386768899234763de730221c23bc0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 15 Sep 2023 17:41:51 -0400 Subject: [PATCH] v3.11.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 99d4b38..26751ed 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.10.0 + rev: v3.11.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] diff --git a/README.md b/README.md index ded6550..d4f1018 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.10.0 + rev: v3.11.0 hooks: - id: reorder-python-imports ``` diff --git a/setup.cfg b/setup.cfg index b357aa5..bdc6aa0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reorder_python_imports -version = 3.10.0 +version = 3.11.0 description = Tool for reordering python imports long_description = file: README.md long_description_content_type = text/markdown