Check codebase using mypy in github actions

This commit is contained in:
Dustin Spicuzza
2022-01-02 21:53:22 -05:00
parent f29c1d5a30
commit 977fe133d0
4 changed files with 23 additions and 1 deletions

5
mypy.ini Normal file
View File

@@ -0,0 +1,5 @@
[mypy]
exclude = setup\.py|docs
[mypy-cxxheaderparser._ply.*]
ignore_errors = True