Skip to content

Commit e7b9f5c

Browse files
committed
Tweak mypy config
1 parent 985cf46 commit e7b9f5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

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

112+
exclude = [
113+
"templates"
114+
]
115+
116+
112117
[[tool.mypy.overrides]]
113118
module = "aocd.*"
114119
ignore_missing_imports = true

0 commit comments

Comments
 (0)