mypy
mypy copied to clipboard
Arguments without a default cannot follow attributes with one
Fixes #17731
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅