Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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()
225
def
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
format
Function · 0.85
Calls
3
mypy
Function · 0.85
install
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected