This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
twtxt-registry-client/setup.cfg

13 lines
263 B
INI
Raw Permalink Normal View History

2019-09-02 20:35:33 +00:00
[flake8]
exclude = .git,__pycache__,docs,*.pyc,venv
2019-10-02 05:40:03 +00:00
[doc8]
ignore-path=**/*.txt,*.txt,*.egg-info,docs/_build,venv,.git
2019-10-05 13:09:17 +00:00
[mypy]
ignore_missing_imports=True
disallow_incomplete_defs=True
disallow_untyped_defs=True
check_untyped_defs=True
no_implicit_optional=True