Closed zariiii9003 closed 1 year ago
how can I run ruff to see the warnings?
how can I run ruff to see the warnings?
ruff check ./src
But you have to comment out the ignored rules in pyproject.toml to see the warnings.
@danielhrisca Can you merge this? I'll fix the other stuff in a separate PR. This one contains no logic changes.
Thanks
@danielhrisca I added a few rules to "ignore", could you take a look at those and push fixes to this PR?
"F821", # undefined-name:
"F401", # unused-import
consider importlib.util.find_spec to test for availability
"F841", # unused-variable
_
prefix