diff --git a/setup.cfg b/setup.cfg index 4347bbf7..f792d598 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,9 @@ max-line-length = 100 # Exclude our copies of external stubs exclude = ^jedi/third_party +show_error_codes = true +enable_error_code = ignore-without-code + # Ensure generics are explicit about what they are (e.g: `List[str]` rather than # just `List`) disallow_any_generics = True