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 10df788 commit b32e01eCopy full SHA for b32e01e
test-data/unit/check-flags.test
@@ -2482,3 +2482,10 @@ A = Union[C, List] # OK
2482
-- check_untyped_defs is False by default.
2483
def f():
2484
x: int = "no" # N: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs
2485
+
2486
+[case testPyProjectTOMLSettingOfWrongType]
2487
+# E: Invalid error code(s): true
2488
+[file pyproject.toml]
2489
+\[tool.mypy]
2490
+enable_error_code = true
2491
0 commit comments