Skip to content

Commit

Permalink
Reconfigure mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 13, 2023
1 parent c7611ca commit ca09dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,21 @@ features = ["pyo3/extension-module"]

[tool.mypy]
python_version = "3.7"
platform = "linux"
disallow_subclassing_any = false
disallow_untyped_calls = false
disallow_untyped_decorators = false
warn_unreachable = true
local_partial_types = true
enable_error_code = [
"explicit-override",
"redundant-self",
"redundant-expr",
"possibly-undefined",
"truthy-bool",
"truthy-iterable",
"ignore-without-code",
"unused-awaitable",
"explicit-override",
]
strict = true

Expand Down

0 comments on commit ca09dd8

Please sign in to comment.