MCPcopy Create free account
hub / github.com/pyca/bcrypt / pep8

Function pep8

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

Source from the content-addressed store, hash-verified

18
19@nox.session
20def pep8(session: nox.Session) -> None:
21 session.install("ruff")
22
23 session.run("ruff", "check", ".")
24 session.run("ruff", "format", "--check", ".")
25
26
27@nox.session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected