basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Feature/mypy all of bread #119

Closed wipascal closed 2 years ago

wipascal commented 2 years ago

Are these really all the changes required for mypy in all of bread? The mypy command is still only running for bread/forms.

It seems so, yes. Now only python 3.7 seems to be a problem for the mypy execution on the whole of bread.

saemideluxe commented 2 years ago

Do you plan to do something about the 3.7 type error or just allow it fail? In case you want to make it work, it should be trivial to download Python 3.7 into a temporary directory and set up and activate a 2nd venv which runs mypy with Python 3.7, I did this already a few times in the past.