feat: raise KeyError if src/ not exists #17
Annotations
7 errors
Ruff (T201):
python-projector/src/python_projector/utils/files.py#L69
src/python_projector/utils/files.py:69:13: T201 `print` found
|
Ruff (PLW2901):
python-projector/src/python_projector/utils/tests.py#L19
src/python_projector/utils/tests.py:19:17: PLW2901 `for` loop variable `root` overwritten by assignment target
|
Ruff (PLW2901):
python-projector/src/python_projector/utils/tests.py#L20
src/python_projector/utils/tests.py:20:17: PLW2901 `for` loop variable `root` overwritten by assignment target
|
Ruff (PLW2901):
python-projector/src/python_projector/utils/tests.py#L29
src/python_projector/utils/tests.py:29:9: PLW2901 `for` loop variable `module_name` overwritten by assignment target
|
Ruff (T201):
python-projector/src/python_projector/utils/tests.py#L34
src/python_projector/utils/tests.py:34:13: T201 `print` found
|
Ruff (T201):
python-projector/src/python_projector/utils/tests.py#L35
src/python_projector/utils/tests.py:35:13: T201 `print` found
|
ruff-lint / ruff
Process completed with exit code 1.
|