MCPcopy Create free account
hub / github.com/PyO3/setuptools-rust / ruff

Function ruff

noxfile.py:214–217  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

212
213@nox.session()
214def ruff(session: nox.Session):
215 session.install("ruff")
216 session.run("ruff", "format", "--diff", ".")
217 session.run("ruff", "check", ".")
218
219
220@nox.session()

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…