Skip to content

Update pyproject.toml #305

Update pyproject.toml

Update pyproject.toml #305

Triggered via push June 25, 2024 12:33
Status Failure
Total duration 2m 43s
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 (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 (ANN201): bundle/pyinstaller.py#L20
bundle/pyinstaller.py:20:5: ANN201 Missing return type annotation for public function `main`
Ruff (D103): bundle/pyinstaller.py#L20
bundle/pyinstaller.py:20:5: D103 Missing docstring in public function
Ruff (ANN201): bundle/pyinstaller.py#L50
bundle/pyinstaller.py:50:5: ANN201 Missing return type annotation for public function `parse_options`
Ruff (D103): bundle/pyinstaller.py#L50
bundle/pyinstaller.py:50:5: D103 Missing docstring in public function
Ruff (TRY002): bundle/pyinstaller.py#L55
bundle/pyinstaller.py:55:19: TRY002 Create your own exception