MCPcopy
hub / github.com/pypa/sampleproject / lint

Function lint

noxfile.py:24–29  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

22
23@nox.session
24def lint(session):
25 session.install("flake8")
26 session.run(
27 "flake8", "--exclude", ".nox,*.egg,build,data",
28 "--select", "E,W,F", "."
29 )
30
31
32@nox.session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected