From f9c769a874b10ea3a846bd79e1ed72b35029f4e8 Mon Sep 17 00:00:00 2001 From: Mark Dawson Date: Mon, 23 Oct 2023 11:58:57 +0100 Subject: [PATCH] specified python_version for flake8-type-checking --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf12741..b7f9820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ test = [ "pytest-cov", "pytest-xdist", "flake8", - "flake8-type-checking", + 'flake8-type-checking; python_version > "3.7"', "bandit>=1.7.1", ] all = [