git-machete icon indicating copy to clipboard operation
git-machete copied to clipboard

Use `match ... case` statements where possible once Python 3.9 is no longer supported

Open PawelLipski opened this issue 7 months ago • 0 comments

https://www.geeksforgeeks.org/python-match-case-statement/

This should also provide an exhaustiveness check in mypy, which is currently done via assert_never

PawelLipski avatar Mar 03 '25 17:03 PawelLipski