Skip to content

Commit

Permalink
Allow redefinition for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Nov 10, 2023
1 parent 65ec647 commit a47e84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ignore =
exclude = tests|doc
files = .
show_error_codes = True
allow_redefinition = True

# Most of the numerical computing stack doesn't have type annotations yet.
[mypy-apache_beam.*]
Expand Down

0 comments on commit a47e84c

Please sign in to comment.