microsoft / python-type-stubs

A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.
MIT License
251 stars 99 forks source link

Switch from Black to Ruff #328

Closed Avasam closed 2 weeks ago

Avasam commented 2 weeks ago

As per this comment https://github.com/microsoft/python-type-stubs/pull/325#discussion_r1831857117

The second commit contains undocumented deviations from the black formatter that I think black handled better. I've opened an issue about it: https://github.com/astral-sh/ruff/issues/14143