Skip to content

Commit

Permalink
Clean up mypy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 7, 2023
1 parent 016fbfd commit 568226c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ version = attr: bioblend.__version__

[mypy]
check_untyped_defs = True
disallow_incomplete_defs = True
disallow_subclassing_any = True
disallow_untyped_calls = True
disallow_untyped_decorators = True
disallow_untyped_defs = True
ignore_missing_imports = True
no_implicit_optional = True
no_implicit_reexport = True
implicit_optional = False
implicit_reexport = False
pretty = True
show_error_codes = True
strict_equality = True
Expand Down

0 comments on commit 568226c

Please sign in to comment.