Commit 1bb97299 by Mathieu Kniewallner Committed by Bjorn Neergaard

chore(mypy): enable `truthy-bool` error code

parent 820c503f
...@@ -109,7 +109,10 @@ force-exclude = ''' ...@@ -109,7 +109,10 @@ force-exclude = '''
files = "src" files = "src"
show_error_codes = true show_error_codes = true
strict = true strict = true
enable_error_code = ["ignore-without-code"] enable_error_code = [
"ignore-without-code",
"truthy-bool",
]
# 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