Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7a68885

Browse files
committed
Remove flake8 constraint
Also shrink dep list where intermediate modules are covered by others
1 parent 6f0604b commit 7a68885

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ requires-python = ">=3.8"
2222
[project.optional-dependencies]
2323
dev = [
2424
"black",
25-
"isort",
2625
"mypy",
27-
# https://github.com/john-hen/Flake8-pyproject/issues/12
28-
"flake8<6",
2926
"flake8-isort",
3027
"Flake8-pyproject",
3128
"pipdeptree",
@@ -35,7 +32,6 @@ dev = [
3532
"sphinx-autobuild",
3633
"sphinx-copybutton",
3734
"sphinx-design",
38-
"tox",
3935
"tox-direct",
4036
"types-mock",
4137
]

0 commit comments

Comments
 (0)