refactor tests into ./tests and ./tests/platform_independent for gh r… #23
Annotations
10 errors and 1 warning
Run ruff:
licensecheck/cli.py#L129
licensecheck/cli.py:129:8: SIM115 Use context handler for opening files
|
Run ruff:
licensecheck/get_deps.py#L15
licensecheck/get_deps.py:15:5: D103 Missing docstring in public function
|
Run ruff:
licensecheck/get_deps.py#L32
licensecheck/get_deps.py:32:3: ERA001 Found commented-out code
|
Run ruff:
licensecheck/get_deps.py#L41
licensecheck/get_deps.py:41:5: D103 Missing docstring in public function
|
Run ruff:
licensecheck/packageinfo.py#L138
licensecheck/packageinfo.py:138:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Run ruff:
licensecheck/resolvers/__init__.py#L1
licensecheck/resolvers/__init__.py:1:1: D104 Missing docstring in public package
|
Run ruff:
licensecheck/resolvers/native.py#L1
licensecheck/resolvers/native.py:1:1: D100 Missing docstring in public module
|
Run ruff:
licensecheck/resolvers/native.py#L17
licensecheck/resolvers/native.py:17:5: D103 Missing docstring in public function
|
Run ruff:
licensecheck/resolvers/native.py#L34
licensecheck/resolvers/native.py:34:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Run ruff:
licensecheck/resolvers/native.py#L46
licensecheck/resolvers/native.py:46:5: C901 `do_get_reqs` is too complex (29 > 10)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading