mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
In particular, `if TYPE_CHECKING:` blocks and `...` in bodies of overloaded method definitions.
8 lines
118 B
INI
8 lines
118 B
INI
[run]
|
|
include = model_utils/*.py
|
|
|
|
[report]
|
|
exclude_also =
|
|
# Exclusive to mypy:
|
|
if TYPE_CHECKING:$
|
|
\.\.\.$
|