We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f77190 commit 4171171Copy full SHA for 4171171
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "openapi_client"
+name = "codegen_api_client"
3
version = "1.0.0"
4
description = "Developer API"
5
authors = ["OpenAPI Generator Community <[email protected]>"]
@@ -72,9 +72,7 @@ disallow_any_generics = true
72
#warn_return_any = true
73
74
[[tool.mypy.overrides]]
75
-module = [
76
- "openapi_client.configuration",
77
-]
+module = ["openapi_client.configuration"]
78
warn_unused_ignores = true
79
strict_equality = true
80
extra_checks = true
0 commit comments