19 lines
314 B
INI
19 lines
314 B
INI
[mypy]
|
|
warn_unused_ignores = True
|
|
strict_optional = True
|
|
check_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
|
|
[flake8]
|
|
extend_ignore=E128,E501
|
|
|
|
[isort]
|
|
multi_line_output=3
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
use_parentheses=True
|
|
line_length=88
|
|
not_skip=__init__.py
|
|
|
|
[coverage:run]
|
|
source = "website"
|