archive
/
todoist-github
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
todoist-github/setup.cfg

17 lines
279 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