Post #68 975 May 19, 2025, 08:17 UTC https://github.com/python/mypy/issues/19107#mypy #typing GitHub Ensure syntax error messages are capitalized · Issue #19107 · python/mypy Feature When there is a syntax error, the error message has often a lower-case initial letter: $ mypy -c 'x y' <string>:1: error: invalid syntax [syntax] Found 1 error in 1 file (erro... 😁 1