Create test-lint.yaml #1
Annotations
10 errors and 1 warning
Run ruff:
checkpasswords/__init__.py#L1
checkpasswords/__init__.py:1:1: D104 Missing docstring in public package
|
Run ruff:
checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: SIM115 Use context handler for opening files
|
Run ruff:
checkpasswords/__main__.py#L74
checkpasswords/__main__.py:74:46: PTH123 `open()` should be replaced by `Path.open()`
|
Run ruff:
checkpasswords/auxiliary.py#L115
checkpasswords/auxiliary.py:115:21: PLR2004 Magic value used in comparison, consider replacing `7` with a constant variable
|
Run ruff:
checkpasswords/credentials.py#L135
checkpasswords/credentials.py:135:39: PLR2004 Magic value used in comparison, consider replacing `4` with a constant variable
|
Run ruff:
checkpasswords/io/__init__.py#L1
checkpasswords/io/__init__.py:1:1: D104 Missing docstring in public package
|
Run ruff:
checkpasswords/io/input.py#L28
checkpasswords/io/input.py:28:2: ERA001 Found commented-out code
|
Run ruff:
checkpasswords/io/input.py#L42
checkpasswords/io/input.py:42:4: T201 `print` found
|
Run ruff:
checkpasswords/io/input.py#L64
checkpasswords/io/input.py:64:3: PERF401 Use a list comprehension to create a transformed list
|
Run ruff:
checkpasswords/io/output.py#L77
checkpasswords/io/output.py:77:34: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
|
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/.
|
Loading