is `ruff` already working or on the roadmap? (I gu...
# general
f
is
ruff
already working or on the roadmap? (I guess something like
pants.backend.python.lint.ruff
would be right then )🤔
✅ 1
n
Ruff is supported but still experimental, so the backend is located at
pants.backend.experimental.python.lint.ruff
.
f
nice, thx
next would be playwright, how is state for this?