Skip to content

ci: check types with mypy #1226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 23, 2021
Prev Previous commit
Next Next commit
test(mypy): don't give errors for every unannotated function
Because there's too many to fix quickly.
  • Loading branch information
muggenhor committed Apr 23, 2021
commit 6d06f5af4311e6a1d17213dde57a261e30dbf669
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

[mypy]

disallow_untyped_defs = True
# TODO: enable when we've fully annotated everything
#disallow_untyped_defs = True