Skip to content

Create test-lint.yaml #1

Create test-lint.yaml

Create test-lint.yaml #1

Triggered via push March 30, 2024 17:43
Status Success
Total duration 1m 7s
Artifacts

test-lint.yaml

on: push
Matrix: Python Test and Lint
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 4 warnings
Ruff (D104): checkpasswords/__init__.py#L1
checkpasswords/__init__.py:1:1: D104 Missing docstring in public package
Ruff (SIM115): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: SIM115 Use context handler for opening files
Ruff (PTH123): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: PTH123 `open()` should be replaced by `Path.open()`
Ruff (D104): checkpasswords/__init__.py#L1
checkpasswords/__init__.py:1:1: D104 Missing docstring in public package
Ruff (PLR2004): checkpasswords/auxiliary.py#L115
checkpasswords/auxiliary.py:115:21: PLR2004 Magic value used in comparison, consider replacing `7` with a constant variable
Ruff (SIM115): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: SIM115 Use context handler for opening files
Ruff (PLR2004): checkpasswords/credentials.py#L135
checkpasswords/credentials.py:135:39: PLR2004 Magic value used in comparison, consider replacing `4` with a constant variable
Ruff (PTH123): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: PTH123 `open()` should be replaced by `Path.open()`
Ruff (D104): checkpasswords/io/__init__.py#L1
checkpasswords/io/__init__.py:1:1: D104 Missing docstring in public package
Ruff (PLR2004): checkpasswords/auxiliary.py#L115
checkpasswords/auxiliary.py:115:21: PLR2004 Magic value used in comparison, consider replacing `7` with a constant variable
Ruff (ERA001): checkpasswords/io/input.py#L28
checkpasswords/io/input.py:28:2: ERA001 Found commented-out code
Ruff (PLR2004): checkpasswords/credentials.py#L135
checkpasswords/credentials.py:135:39: PLR2004 Magic value used in comparison, consider replacing `4` with a constant variable
Ruff (T201): checkpasswords/io/input.py#L42
checkpasswords/io/input.py:42:4: T201 `print` found
Ruff (D104): checkpasswords/io/__init__.py#L1
checkpasswords/io/__init__.py:1:1: D104 Missing docstring in public package
Ruff (PERF401): checkpasswords/io/input.py#L64
checkpasswords/io/input.py:64:3: PERF401 Use a list comprehension to create a transformed list
Ruff (ERA001): checkpasswords/io/input.py#L28
checkpasswords/io/input.py:28:2: ERA001 Found commented-out code
Ruff (PLR2004): checkpasswords/io/output.py#L77
checkpasswords/io/output.py:77:34: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
Ruff (T201): checkpasswords/io/input.py#L42
checkpasswords/io/input.py:42:4: T201 `print` found
Ruff (PERF401): checkpasswords/io/input.py#L64
checkpasswords/io/input.py:64:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PLR2004): checkpasswords/io/output.py#L77
checkpasswords/io/output.py:77:34: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
Ruff (D104): checkpasswords/__init__.py#L1
checkpasswords/__init__.py:1:1: D104 Missing docstring in public package
Ruff (SIM115): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: SIM115 Use context handler for opening files
Ruff (PTH123): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: PTH123 `open()` should be replaced by `Path.open()`
Ruff (PLR2004): checkpasswords/auxiliary.py#L115
checkpasswords/auxiliary.py:115:21: PLR2004 Magic value used in comparison, consider replacing `7` with a constant variable
Ruff (PLR2004): checkpasswords/credentials.py#L135
checkpasswords/credentials.py:135:39: PLR2004 Magic value used in comparison, consider replacing `4` with a constant variable
Ruff (D104): checkpasswords/io/__init__.py#L1
checkpasswords/io/__init__.py:1:1: D104 Missing docstring in public package
Ruff (ERA001): checkpasswords/io/input.py#L28
checkpasswords/io/input.py:28:2: ERA001 Found commented-out code
Ruff (T201): checkpasswords/io/input.py#L42
checkpasswords/io/input.py:42:4: T201 `print` found
Ruff (PERF401): checkpasswords/io/input.py#L64
checkpasswords/io/input.py:64:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PLR2004): checkpasswords/io/output.py#L77
checkpasswords/io/output.py:77:34: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
Ruff (D104): checkpasswords/__init__.py#L1
checkpasswords/__init__.py:1:1: D104 Missing docstring in public package
Ruff (SIM115): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: SIM115 Use context handler for opening files
Ruff (PTH123): checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: PTH123 `open()` should be replaced by `Path.open()`
Ruff (PLR2004): checkpasswords/auxiliary.py#L115
checkpasswords/auxiliary.py:115:21: PLR2004 Magic value used in comparison, consider replacing `7` with a constant variable
Ruff (PLR2004): checkpasswords/credentials.py#L135
checkpasswords/credentials.py:135:39: PLR2004 Magic value used in comparison, consider replacing `4` with a constant variable
Ruff (D104): checkpasswords/io/__init__.py#L1
checkpasswords/io/__init__.py:1:1: D104 Missing docstring in public package
Ruff (ERA001): checkpasswords/io/input.py#L28
checkpasswords/io/input.py:28:2: ERA001 Found commented-out code
Ruff (T201): checkpasswords/io/input.py#L42
checkpasswords/io/input.py:42:4: T201 `print` found
Ruff (PERF401): checkpasswords/io/input.py#L64
checkpasswords/io/input.py:64:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PLR2004): checkpasswords/io/output.py#L77
checkpasswords/io/output.py:77:34: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
Python Test and Lint (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Python Test and Lint (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Python Test and Lint (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Python Test and Lint (3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.