From 86fc9478d5a9589f071d5c409bf381c6850b5d61 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 6 Nov 2023 08:01:17 +0900 Subject: [PATCH] chore: Bump flake8,flake8-isort - flake8@6.0.0 and later - flake8-isort@6.0.0 and later Signed-off-by: Hiroshi Miura --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 624b42e7..a7803947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,10 +58,10 @@ test = [ ] check = [ "mypy>=0.990", - "flake8<6", + "flake8>=6.0.0,<7.0.0", "flake8-black", "flake8-colors", - "flake8-isort>=5.0.3,<6.0.0", + "flake8-isort>=6.0.0,<7.0.0", "flake8-pyi", "flake8-typing-imports", "docutils",