From 7da8d96d10c930fcf9d0ee3449ca5889a2763f20 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Fri, 18 Nov 2022 23:44:55 +0100 Subject: [PATCH] chore: bump plugin version --- flake8_isort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8_isort.py b/flake8_isort.py index 26936ee..a93fa7c 100644 --- a/flake8_isort.py +++ b/flake8_isort.py @@ -9,7 +9,7 @@ class Flake8IsortBase: name = 'flake8_isort' - version = '4.2.1' + version = '5.0.1' isort_unsorted = 'I001 isort found an import in the wrong position' no_config_msg = 'I002 no configuration found (.isort.cfg or [isort] in configs)' isort_blank_req = 'I003 isort expected 1 blank line in imports, found 0'