Commit b542ab40 by Mathieu Kniewallner Committed by Arun Babu Neelicattu

chore(mypy): enable `ignore-without-code` error code

parent 529281e8
...@@ -106,6 +106,7 @@ force-exclude = ''' ...@@ -106,6 +106,7 @@ force-exclude = '''
files = "src" files = "src"
show_error_codes = true show_error_codes = true
strict = true strict = true
enable_error_code = ["ignore-without-code"]
# The following whitelist is used to allow for incremental adoption # The following whitelist is used to allow for incremental adoption
# of Mypy. Modules should be removed from this whitelist as and when # of Mypy. Modules should be removed from this whitelist as and when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment