Skip to content

Commit ceea7f7

Browse files
committed
Add Python Modules classifier
1 parent 030330d commit ceea7f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Framework :: Sphinx",
1717
"Framework :: Sphinx :: Extension",
1818
"Topic :: Software Development :: Documentation",
19+
"Topic :: Software Development :: Libraries :: Python Modules",
1920
"Topic :: Documentation",
2021
"Topic :: Documentation :: Sphinx",
2122
"Typing :: Typed",
@@ -78,15 +79,13 @@ typeCheckingMode = "strict"
7879
pythonVersion = "3.12"
7980
pythonPlatform = "All"
8081

81-
# deprecateTypingAliases = true
8282
reportMissingParameterType = "none"
8383
reportUnknownParameterType = "none"
8484
reportUnknownVariableType = "none"
8585
reportUnknownMemberType = "none"
8686
reportUnknownArgumentType = "none"
8787
reportUnknownLambdaType = "none"
8888
reportUnnecessaryIsInstance = "none"
89-
9089
reportUnnecessaryTypeIgnoreComment = "warning"
9190

9291
[tool.black]

0 commit comments

Comments
 (0)