ognibuild/setup.cfg
2020-10-22 19:39:38 +01:00

9 lines
179 B
INI

[flake8]
application-package-names = ognibuild
[mypy]
# A number of ognibuilds' dependencies don't have type hints yet
ignore_missing_imports = True
[bdist_wheel]
universal = 1