MCPcopy Create free account
hub / github.com/requests-cache/requests-cache / lint

Function lint

noxfile.py:161–163  ·  view source on GitHub ↗

Run linters and code formatters via pre-commit

(session)

Source from the content-addressed store, hash-verified

159
160@nox.session(python=False)
161def lint(session):
162 """Run linters and code formatters via pre-commit"""
163 session.run('prek', 'run', '--all-files')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…