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
Raw Normal View History

2019-02-14 20:47:34 +00:00
[flake8]
extend_ignore=E128,E501
2019-02-14 20:14:27 +00:00
[isort]
not_skip = __init__.py
2019-02-14 20:47:34 +00:00
[mypy]
ignore_missing_imports = true