MCPcopy
hub / github.com/urllib3/urllib3 / lint

Function lint

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

Source from the content-addressed store, hash-verified

223
224@nox.session()
225def lint(session: nox.Session) -> None:
226 session.install("pre-commit")
227 session.run("pre-commit", "run", "--all-files")
228
229 mypy(session)
230
231
232@nox.session(python="3.12")

Callers 1

formatFunction · 0.85

Calls 3

mypyFunction · 0.85
installMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected