File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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"
7879pythonVersion = " 3.12"
7980pythonPlatform = " All"
8081
81- # deprecateTypingAliases = true
8282reportMissingParameterType = " none"
8383reportUnknownParameterType = " none"
8484reportUnknownVariableType = " none"
8585reportUnknownMemberType = " none"
8686reportUnknownArgumentType = " none"
8787reportUnknownLambdaType = " none"
8888reportUnnecessaryIsInstance = " none"
89-
9089reportUnnecessaryTypeIgnoreComment = " warning"
9190
9291[tool .black ]
You can’t perform that action at this time.
0 commit comments