yippie ?? probably #19
Annotations
7 errors
|
Lint umu_*.py files with Ruff:
umu/umu_runtime.py#L36
umu/umu_runtime.py:36:5: D103 Missing docstring in public function
|
Lint umu_*.py files with Ruff:
umu/umu_runtime.py#L36
umu/umu_runtime.py:36:17: ANN001 Missing type annotation for function argument `file_path`
|
Lint umu_*.py files with Ruff:
umu/umu_runtime.py#L58
umu/umu_runtime.py:58:10: PTH123 `open()` should be replaced by `Path.open()`
|
Lint umu_*.py files with Ruff:
umu/umu_runtime.py#L62
umu/umu_runtime.py:62:5: PTH101 `os.chmod()` should be replaced by `Path.chmod()`
|
Lint umu_*.py files with Ruff:
umu/umu_runtime.py#L62
umu/umu_runtime.py:62:25: S103 `os.chmod` setting a permissive mask `0o755` on file or directory
|
Lint umu_*.py files with Ruff
Process completed with exit code 1.
|
Loading