Skip to content

Commit bae2848

Browse files
fnhirwat-vi
andauthored
Change mypy ignore_errors value from string to a bool (#2325)
Co-authored-by: Thomas Viehmann <tv.code@beamnet.de>
1 parent 3533c59 commit bae2848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ module = [
232232
"thunder.tests.test_reductions",
233233
"thunder.tests.test_script",
234234
]
235-
ignore_errors = "True"
235+
ignore_errors = True

0 commit comments

Comments
 (0)