archive
/
actioner
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.
actioner/setup.cfg

9 lines
103 B
INI

[flake8]
extend_ignore=E128,E501
[isort]
not_skip = __init__.py
[mypy]
ignore_missing_imports = true