Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ exclude = "^build/"
disallow_any_explicit = false
disallow_any_expr = false
disallow_any_unimported = true
enable_error_code = [
"explicit-override",
"mutable-override",
"redundant-expr",
"redundant-self",
"truthy-iterable",
"unimported-reveal",
"unused-awaitable",
]
strict = true
strict_bytes = true
warn_unreachable = true
Expand Down