Skip to content

Commit 09b28e7

Browse files
committed
Playing with adding typeing info...
1 parent c4e1a61 commit 09b28e7

File tree

2 files changed

+86
-58
lines changed

2 files changed

+86
-58
lines changed

pyproject.toml

+14
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,17 @@ disable = [
7878
"unnecessary-pass",
7979
"bad-super-call",
8080
]
81+
82+
[tool.mypy]
83+
# strict = true
84+
# Start off with these
85+
warn_unused_configs = true
86+
warn_redundant_casts = true
87+
warn_unused_ignores = true
88+
89+
# Getting these passing should be easy
90+
strict_equality = true
91+
strict_concatenate = true
92+
93+
# Strongly recommend enabling this one as soon as you can
94+
check_untyped_defs = true

0 commit comments

Comments
 (0)