gaphor / gaphas

Gaphas is the diagramming widget library for Python.
https://gaphas.readthedocs.io
164 stars 21 forks source link

Replace Black with Ruff Format #740

Closed danyeaw closed 8 months ago

danyeaw commented 8 months ago

This PR swaps in Ruff Format to improve linting speed.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Black is used for code formatting

Issue Number: N/A

What is the new behavior?

Ruff format is used

Does this PR introduce a breaking change?

Other information