refactor tests into ./tests and ./tests/platform_independent for gh r… #23
Annotations
50 errors and 5 warnings
Ruff (SIM115):
licensecheck/cli.py#L129
licensecheck/cli.py:129:8: SIM115 Use context handler for opening files
|
Ruff (D103):
licensecheck/get_deps.py#L15
licensecheck/get_deps.py:15:5: D103 Missing docstring in public function
|
Ruff (ERA001):
licensecheck/get_deps.py#L32
licensecheck/get_deps.py:32:3: ERA001 Found commented-out code
|
Ruff (D103):
licensecheck/get_deps.py#L41
licensecheck/get_deps.py:41:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/packageinfo.py#L138
licensecheck/packageinfo.py:138:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (D104):
licensecheck/resolvers/__init__.py#L1
licensecheck/resolvers/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D100):
licensecheck/resolvers/native.py#L1
licensecheck/resolvers/native.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
licensecheck/resolvers/native.py#L17
licensecheck/resolvers/native.py:17:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/resolvers/native.py#L34
licensecheck/resolvers/native.py:34:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (C901):
licensecheck/resolvers/native.py#L46
licensecheck/resolvers/native.py:46:5: C901 `do_get_reqs` is too complex (29 > 10)
|
Ruff (SIM115):
licensecheck/cli.py#L129
licensecheck/cli.py:129:8: SIM115 Use context handler for opening files
|
Ruff (D103):
licensecheck/get_deps.py#L15
licensecheck/get_deps.py:15:5: D103 Missing docstring in public function
|
Ruff (ERA001):
licensecheck/get_deps.py#L32
licensecheck/get_deps.py:32:3: ERA001 Found commented-out code
|
Ruff (D103):
licensecheck/get_deps.py#L41
licensecheck/get_deps.py:41:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/packageinfo.py#L138
licensecheck/packageinfo.py:138:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (D104):
licensecheck/resolvers/__init__.py#L1
licensecheck/resolvers/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D100):
licensecheck/resolvers/native.py#L1
licensecheck/resolvers/native.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
licensecheck/resolvers/native.py#L17
licensecheck/resolvers/native.py:17:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/resolvers/native.py#L34
licensecheck/resolvers/native.py:34:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (C901):
licensecheck/resolvers/native.py#L46
licensecheck/resolvers/native.py:46:5: C901 `do_get_reqs` is too complex (29 > 10)
|
Ruff (SIM115):
licensecheck/cli.py#L129
licensecheck/cli.py:129:8: SIM115 Use context handler for opening files
|
Ruff (D103):
licensecheck/get_deps.py#L15
licensecheck/get_deps.py:15:5: D103 Missing docstring in public function
|
Ruff (ERA001):
licensecheck/get_deps.py#L32
licensecheck/get_deps.py:32:3: ERA001 Found commented-out code
|
Ruff (D103):
licensecheck/get_deps.py#L41
licensecheck/get_deps.py:41:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/packageinfo.py#L138
licensecheck/packageinfo.py:138:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (D104):
licensecheck/resolvers/__init__.py#L1
licensecheck/resolvers/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D100):
licensecheck/resolvers/native.py#L1
licensecheck/resolvers/native.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
licensecheck/resolvers/native.py#L17
licensecheck/resolvers/native.py:17:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/resolvers/native.py#L34
licensecheck/resolvers/native.py:34:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (C901):
licensecheck/resolvers/native.py#L46
licensecheck/resolvers/native.py:46:5: C901 `do_get_reqs` is too complex (29 > 10)
|
Ruff (SIM115):
licensecheck/cli.py#L129
licensecheck/cli.py:129:8: SIM115 Use context handler for opening files
|
Ruff (D103):
licensecheck/get_deps.py#L15
licensecheck/get_deps.py:15:5: D103 Missing docstring in public function
|
Ruff (ERA001):
licensecheck/get_deps.py#L32
licensecheck/get_deps.py:32:3: ERA001 Found commented-out code
|
Ruff (D103):
licensecheck/get_deps.py#L41
licensecheck/get_deps.py:41:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/packageinfo.py#L138
licensecheck/packageinfo.py:138:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (D104):
licensecheck/resolvers/__init__.py#L1
licensecheck/resolvers/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D100):
licensecheck/resolvers/native.py#L1
licensecheck/resolvers/native.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
licensecheck/resolvers/native.py#L17
licensecheck/resolvers/native.py:17:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/resolvers/native.py#L34
licensecheck/resolvers/native.py:34:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (C901):
licensecheck/resolvers/native.py#L46
licensecheck/resolvers/native.py:46:5: C901 `do_get_reqs` is too complex (29 > 10)
|
Ruff (SIM115):
licensecheck/cli.py#L129
licensecheck/cli.py:129:8: SIM115 Use context handler for opening files
|
Ruff (D103):
licensecheck/get_deps.py#L15
licensecheck/get_deps.py:15:5: D103 Missing docstring in public function
|
Ruff (ERA001):
licensecheck/get_deps.py#L32
licensecheck/get_deps.py:32:3: ERA001 Found commented-out code
|
Ruff (D103):
licensecheck/get_deps.py#L41
licensecheck/get_deps.py:41:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/packageinfo.py#L138
licensecheck/packageinfo.py:138:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (D104):
licensecheck/resolvers/__init__.py#L1
licensecheck/resolvers/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D100):
licensecheck/resolvers/native.py#L1
licensecheck/resolvers/native.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
licensecheck/resolvers/native.py#L17
licensecheck/resolvers/native.py:17:5: D103 Missing docstring in public function
|
Ruff (PERF203):
licensecheck/resolvers/native.py#L34
licensecheck/resolvers/native.py:34:3: PERF203 `try`-`except` within a loop incurs performance overhead
|
Ruff (C901):
licensecheck/resolvers/native.py#L46
licensecheck/resolvers/native.py:46:5: C901 `do_get_reqs` is too complex (29 > 10)
|
Python Test and Lint (3.8)
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/
|
Python Test and Lint (3.9)
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/
|
Python Test and Lint (3.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/
|
Python Test and Lint (3.11)
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/
|
Python Test and Lint (3.12)
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/
|