Skip to content

Commit

Permalink
Playing with adding typeing info...
Browse files Browse the repository at this point in the history
  • Loading branch information
danthedeckie committed Oct 31, 2024
1 parent c4e1a61 commit 09b28e7
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 58 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,17 @@ disable = [
"unnecessary-pass",
"bad-super-call",
]

[tool.mypy]
# strict = true
# Start off with these
warn_unused_configs = true
warn_redundant_casts = true
warn_unused_ignores = true

# Getting these passing should be easy
strict_equality = true
strict_concatenate = true

# Strongly recommend enabling this one as soon as you can
check_untyped_defs = true
Loading

0 comments on commit 09b28e7

Please sign in to comment.