Skip to content

Commit

Permalink
Remove comment block from mypy.ini that went with removed error code
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 1, 2023
1 parent 7cb0a71 commit c5df028
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5df028

Please sign in to comment.