gdsfactory / gplugins

gdsfactory plugins

Home Page:https://gdsfactory.github.io/gplugins/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use ruff instead of black

yaugenst opened this issue · comments

Now that ruff has a built-in formatter that is (mostly) identical to black, maybe we should use that instead? It's faster, but most of all it's one less dependency.

PRs welcome :)

fixed by #250