failed attributes
| status |
attribute |
duration |
| failed |
default.checks.x86_64-linux.package-biorefs-cli
|
2s |
biorefs-cli-0.1.0:
help: Organize imports
|
8 | import pytest
9 +
10 | from biorefs_cli.commands.uniprot import (
|
Found 22 errors.
[*] 22 fixable with …
biorefs-cli-0.1.0:
help: Organize imports
|
8 | import pytest
9 +
10 | from biorefs_cli.commands.uniprot import (
|
Found 22 errors.
[*] 22 fixable with the `--fix` option.
|
| failed |
default.checks.x86_64-linux.package-context7-cli
|
0s |
context7-cli-0.1.0:
|
304 | try:
- with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310
305 + with urllib.req …
context7-cli-0.1.0:
|
304 | try:
- with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310
305 + with urllib.request.urlopen(request, timeout=60) as response:
306 | content: str = response.read().decode("utf-8")
|
Found 5 errors.
[*] 5 fixable with the `--fix` option.
|
| failed |
default.checks.x86_64-linux.package-kmap-cli
|
4s |
kmap-cli-0.1.0:
886 | for origin, destination in zip(places, places[1:]):
| ^^^
887 | routes = client.transit_rou …
kmap-cli-0.1.0:
886 | for origin, destination in zip(places, places[1:]):
| ^^^
887 | routes = client.transit_routes(
888 | Point(origin.x, origin.y),
|
help: Replace `zip()` with `itertools.pairwise()`
Found 6 errors.
[*] 3 fixable with the `--fix` option (2 hidden fixes can be enabled with the `--unsafe-fixes` option).
|