Skip to content

Commit

Permalink
mypy: try to exclude the build dir as well
Browse files Browse the repository at this point in the history
I can't reproduce the problem shown in #229 but maybe this helps
  • Loading branch information
lazka committed Apr 28, 2021
1 parent 307b015 commit 0377206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ disallow_any_decorated = True
disallow_any_explicit = False
strict_optional = True
follow_imports = silent
exclude = examples/
exclude = ^(examples/|build/)

0 comments on commit 0377206

Please sign in to comment.