From 61faf8ef3aee4ee8937ee4132344df3dd6ede55d Mon Sep 17 00:00:00 2001 From: psrok1 Date: Fri, 7 Feb 2025 12:46:37 +0100 Subject: [PATCH 1/2] Bump linter versions --- lint_python/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lint_python/constants.py b/lint_python/constants.py index 00c375b..6e43d65 100644 --- a/lint_python/constants.py +++ b/lint_python/constants.py @@ -1,2 +1,2 @@ -__version__ = "2.1.1" -USED_LINTERS = ["isort==5.10.1", "black==22.6.0", "flake8==4.0.1", "mypy==0.971"] +__version__ = "2.2.0" +USED_LINTERS = ["isort==5.13.2", "black==25.1.0", "flake8==7.1.1", "mypy==1.15.0"] From 45d16f55d0495e5a6e9e2a91103fcc4d4c128687 Mon Sep 17 00:00:00 2001 From: psrok1 Date: Fri, 7 Feb 2025 12:49:50 +0100 Subject: [PATCH 2/2] Keep support for Py3.8 --- lint_python/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_python/constants.py b/lint_python/constants.py index cfe4072..32c0fdf 100644 --- a/lint_python/constants.py +++ b/lint_python/constants.py @@ -1,2 +1,2 @@ __version__ = "2.3.0" -USED_LINTERS = ["isort==5.13.2", "black==25.1.0", "flake8==7.1.1", "mypy==1.15.0"] +USED_LINTERS = ["isort==5.13.2", "black==24.8.0", "flake8==7.1.1", "mypy==1.14.1"]