Update CI to fail if MyPy fails but to still give code quality report

This commit is contained in:
Julian Stirling 2025-12-19 17:04:18 +00:00
parent c1ad445517
commit 5d25067a21
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View file

@ -10,6 +10,8 @@ __pycache__/
# Mypy cache
.mypy_cache*
.dmypy.json
mypy/
mypy-out.txt
# C extensions
*.so