Skip to content

Commit

Permalink
add more config
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 12, 2022
1 parent 1d17125 commit 779eef3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,20 @@ filterwarnings= [

[tool.mypy]
check_untyped_defs = true
disallow_any_generics = false
disallow_incomplete_defs = true
disallow_untyped_decorators = true
no_implicit_optional = true
no_implicit_reexport = false
pretty = true
show_error_context = true
show_error_codes = true
strict_equality = true
strict_optional = true
warn_unused_configs = true
warn_unused_ignores = true
warn_redundant_casts = true
warn_return_any = false
warn_unused_ignores = true

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit 779eef3

Please sign in to comment.