MCPcopy Create free account
hub / github.com/sdv-dev/SDV / lint

Function lint

tasks.py:134–137  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

132
133@task
134def lint(c):
135 check_dependencies(c)
136 c.run('ruff check .')
137 c.run('ruff format --check --diff .')
138
139
140@task

Callers

nothing calls this directly

Calls 1

check_dependenciesFunction · 0.85

Tested by

no test coverage detected