Add Make and Pipelines for checks
Some checks failed
Run checks / checks (push) Failing after 6s
Run checks / checks (pull_request) Failing after 6s

This commit is contained in:
Bart van der Braak 2024-11-19 16:51:43 +01:00
parent 5b06c92731
commit 1c908c4b82
10 changed files with 226 additions and 115 deletions

3
mypy.ini Normal file
View file

@ -0,0 +1,3 @@
[mypy]
warn_unused_configs = True
ignore_missing_imports = True