Skip to content

Commit

Permalink
Fix mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Nov 10, 2023
1 parent dff33b4 commit e5339e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ exclude= cylc/flow/etc/tutorial/.*
# Suppress the following messages:
# By default the bodies of untyped functions are not checked, consider using --check-untyped-defs
disable_error_code = annotation-unchecked

# For some reason, couldn't exclude this with the exclude directive above
[mypy-cylc.flow.data_messages_pb2]
ignore_errors = True

0 comments on commit e5339e4

Please sign in to comment.