Skip to content

Commit 6f0e93f

Browse files
committed
Tweak mypy config
1 parent 985cf46 commit 6f0e93f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ warn_redundant_casts = true
109109
warn_return_any = true
110110
check_untyped_defs = true
111111

112+
exclude = [
113+
"templates",
114+
"aoc_solutions",
115+
]
116+
117+
112118
[[tool.mypy.overrides]]
113119
module = "aocd.*"
114120
ignore_missing_imports = true

0 commit comments

Comments
 (0)