Add testsuite, git action.
This commit is contained in:
parent
2580518234
commit
b3e60b3fb9
3 changed files with 74 additions and 0 deletions
9
setup.cfg
Normal file
9
setup.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue