diff --git a/mypy.ini b/mypy.ini index 028ab618e7..531337257b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,10 +1,6 @@ [mypy] plugins = sqlalchemy.ext.mypy.plugin -# globally disabled error codes: -# str-bytes-safe warns that a byte string is formatted into a string. -# which is commonly done with manager IDs in the parsl -# codebase. enable_error_code = ignore-without-code no_implicit_reexport = True warn_redundant_casts = True