Skip to content

Commit 0f88007

Browse files
author
Neal Chambers
committed
Fix local mypy errors
1 parent dc93bbd commit 0f88007

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

mypy.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pretty = True
3030
show_column_numbers = True
3131
show_error_codes = True
3232
show_error_context = True
33-
show_none_errors = True
3433
strict_equality = True
3534
strict_optional = True
3635
warn_no_return = True

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dev =
5656
pytest-mock
5757
rope
5858
types-jsonschema
59+
types-pycountry
5960
types-python-dateutil
6061

6162
[options.packages.find]

0 commit comments

Comments
 (0)