Skip to content

Update pyproject.toml #302

Update pyproject.toml

Update pyproject.toml #302

Triggered via push June 25, 2024 12:20
Status Failure
Total duration 3m 9s
Artifacts

quick-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (D104): bundle/__init__.py#L1
bundle/__init__.py:1:1: D104 Missing docstring in public package
Ruff (D100): bundle/py2exe.py#L1
bundle/py2exe.py:1:1: D100 Missing docstring in public module
Ruff (PTH120): bundle/py2exe.py#L7
bundle/py2exe.py:7:20: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
Ruff (PTH120): bundle/py2exe.py#L7
bundle/py2exe.py:7:36: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
Ruff (PTH100): bundle/py2exe.py#L7
bundle/py2exe.py:7:52: PTH100 `os.path.abspath()` should be replaced by `Path.resolve()`
Ruff (ANN201): bundle/py2exe.py#L18
bundle/py2exe.py:18:5: ANN201 Missing return type annotation for public function `main`
Ruff (D103): bundle/py2exe.py#L18
bundle/py2exe.py:18:5: D103 Missing docstring in public function
Ruff (D100): bundle/pyinstaller.py#L1
bundle/pyinstaller.py:1:1: D100 Missing docstring in public module
Ruff (PTH120): bundle/pyinstaller.py#L7
bundle/pyinstaller.py:7:20: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
Ruff (PTH120): bundle/pyinstaller.py#L7
bundle/pyinstaller.py:7:36: PTH120 `os.path.dirname()` should be replaced by `Path.parent`