Skip to content

Commit

Permalink
Update mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
crwood committed May 14, 2021
1 parent 94114cb commit 769e0eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[mypy]
disallow_untyped_defs = True
disallow_any_explicit = True
ignore_missing_imports = True
no_strict_optional = True
warn_unused_ignores = True
show_column_numbers = True
pretty = True

[mypy-gridsync]
Expand Down

0 comments on commit 769e0eb

Please sign in to comment.