Merge pull request #726 from miurahr/topic/miurahr/bump-flake-isort-6

chore: Bump flake8,flake8-isort
This commit is contained in:
Hiroshi Miura
2023-11-06 11:24:35 +09:00
committed by GitHub

View File

@@ -57,10 +57,10 @@ test = [
] ]
check = [ check = [
"mypy>=0.990", "mypy>=0.990",
"flake8<6", "flake8>=6.0.0,<7.0.0",
"flake8-black", "flake8-black",
"flake8-colors", "flake8-colors",
"flake8-isort>=5.0.3,<6.0.0", "flake8-isort>=6.0.0,<7.0.0",
"flake8-pyi", "flake8-pyi",
"flake8-typing-imports", "flake8-typing-imports",
"docutils", "docutils",