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 5c63ed6 commit 66f40efCopy full SHA for 66f40ef
pyproject.toml
@@ -215,18 +215,13 @@ convention = "google"
215
216
[tool.mypy]
217
files = ["commitizen", "tests"]
218
-disallow_untyped_defs = true
219
disallow_untyped_decorators = true
220
disallow_subclassing_any = true
221
warn_return_any = true
222
warn_redundant_casts = true
223
warn_unused_ignores = true
224
warn_unused_configs = true
225
226
-[[tool.mypy.overrides]]
227
-module = "tests/*"
228
-disallow_untyped_defs = false
229
-
230
[[tool.mypy.overrides]]
231
module = "py.*" # Legacy pytest dependencies
232
ignore_missing_imports = true
0 commit comments