Skip to content

Commit 964dc1d

Browse files
committed
update min flake8 version
1 parent 2f5e6c4 commit 964dc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mypy = [
4343
{ version = ">=1.7.0", python = ">=3.8" },
4444
]
4545
flake8 = [
46-
{ version = ">=3.8.1", python = "<3.12.0" },
46+
{ version = ">=5.0.0", python = "<3.12.0" },
4747
{ version = ">=6.1.0", python = ">=3.12.0" },
4848
]
4949
black = ">=23.3.0"

0 commit comments

Comments
 (0)