Skip to content

Commit

Permalink
Add mypy ignores in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Mar 20, 2024
1 parent 7e81721 commit 30758ca
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,43 @@ warn_unused_ignores = True
[mypy-pyro.util.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.test_primitives]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.test_generic]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.poutine.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.ops.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.optim.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.perf.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.nn.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.infer.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.distributions.*]
ignore_errors = True
warn_unused_ignores = True

[mypy-tests.contrib.*]
ignore_errors = True
warn_unused_ignores = True

0 comments on commit 30758ca

Please sign in to comment.