Skip to content

Commit 062d3cf

Browse files
committed
pyproject: Remove 'lint' extras
This is unnecessary duplication that isn't used anywhere. Signed-off-by: Stephen Finucane <[email protected]>
1 parent a82c2a2 commit 062d3cf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,6 @@ dynamic = ["version"]
7878
docs = [
7979
"sphinxcontrib-websupport",
8080
]
81-
lint = [
82-
"flake8>=3.5.0",
83-
"flake8-simplify",
84-
"isort",
85-
"ruff",
86-
"mypy>=0.990",
87-
"sphinx-lint",
88-
"docutils-stubs",
89-
"types-requests",
90-
]
9181
test = [
9282
"pytest>=4.6",
9383
"html5lib",

0 commit comments

Comments
 (0)