MCPcopy
hub / github.com/urllib3/urllib3 / format

Function format

noxfile.py:219–221  ·  view source on GitHub ↗

Run code formatters.

(session: nox.Session)

Source from the content-addressed store, hash-verified

217
218@nox.session()
219def format(session: nox.Session) -> None:
220 """Run code formatters."""
221 lint(session)
222
223
224@nox.session()

Callers

nothing calls this directly

Calls 1

lintFunction · 0.85

Tested by

no test coverage detected