Create files.py #8
Annotations
3 errors
Ruff (B011):
files.py#L33
files.py:33:16: B011 Do not `assert False` (`python -O` removes these calls), raise `AssertionError()`
|
Ruff (B007):
files.py#L86
files.py:86:22: B007 Loop control variable `dirnames` not used within loop body
|
black
Process completed with exit code 1.
|