Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
def
fix_lint(c):
142
check_dependencies(c)
143
c.run(
'ruff check --fix .'
)
144
c.run(
'ruff format .'
)
145
146
147
def
remove_readonly(func, path, _):
Callers
nothing calls this directly
Calls
1
check_dependencies
Function · 0.85
Tested by
no test coverage detected