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

Function fix_lint

tasks.py:141–144  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

139
140@task
141def fix_lint(c):
142 check_dependencies(c)
143 c.run('ruff check --fix .')
144 c.run('ruff format .')
145
146
147def remove_readonly(func, path, _):

Callers

nothing calls this directly

Calls 1

check_dependenciesFunction · 0.85

Tested by

no test coverage detected