Skip to content

Commit 9316b76

Browse files
committed
[core] fix typo in flake8 version spec
1 parent 3d56a55 commit 9316b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ linting = [
6565
"types-toml>=0.10.8.20240310",
6666
"types-PyYAML>=6.0.12.20250516",
6767
"mypy>=1.17.1",
68-
"flake>=7.3.0"
68+
"flake8>=7.3.0"
6969
]
7070
development = [
7171
{include-group = "linting"}

0 commit comments

Comments
 (0)