Skip to content

Commit 886a5ec

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 e573f7e commit 886a5ec

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
@@ -79,16 +79,6 @@ dynamic = ["version"]
7979
docs = [
8080
"sphinxcontrib-websupport",
8181
]
82-
lint = [
83-
"flake8>=3.5.0",
84-
"flake8-simplify",
85-
"isort",
86-
"ruff",
87-
"mypy>=0.990",
88-
"sphinx-lint",
89-
"docutils-stubs",
90-
"types-requests",
91-
]
9282
test = [
9383
"pytest>=4.6",
9484
"html5lib",

0 commit comments

Comments
 (0)