You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0f3d4fb is one of the last commits I made before I wasn't tracking changes during sabbatical. To see changes to all Python files made since then, run git diff --name-only 0f3d4fbe9 HEAD -- "*.py". This gives:
Related to #1201, the Bioregistry codebase already started to get unruly
when I wasn't able to give consistent code quality reviews. Moving
towards making all files being strictly typed is the next big step
towards making it more sustainable. This is a first step towards that.
It focuses on making sure that students might touch has the highest
amount of checks on it
0f3d4fb is one of the last commits I made before I wasn't tracking changes during sabbatical. To see changes to all Python files made since then, run
git diff --name-only 0f3d4fbe9 HEAD -- "*.py"
. This gives:The text was updated successfully, but these errors were encountered: