aboutsummaryrefslogtreecommitdiff
path: root/server/mypy.ini
blob: a0300b7a1f73c487b77b0ba57dc893f174dc0491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[mypy]
ignore_missing_imports = True
follow_imports = skip
disallow_untyped_calls = True
disallow_untyped_defs = True
check_untyped_defs = True
disallow_subclassing_any = False
warn_redundant_casts = True
warn_unused_ignores = True
strict_optional = True
strict_boolean = False

[mypy-szurubooru.tests.*]
ignore_errors=True

© 2015 - 2026 Jakob L. Kreuze