failed attributes
| status |
attribute |
duration |
| failed |
default.checks.x86_64-linux.package-biorefs-cli
|
8s |
biorefs-cli-0.1.0:
help: Organize imports
|
6 | import pytest
7 +
8 | from biorefs_cli.commands.uniprot import (
|
Found 22 errors.
[*] 22 fixable with the …
biorefs-cli-0.1.0:
help: Organize imports
|
6 | import pytest
7 +
8 | 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:
|
302 | try:
- with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310
303 + with urllib.req …
context7-cli-0.1.0:
|
302 | try:
- with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310
303 + with urllib.request.urlopen(request, timeout=60) as response:
304 | content: str = response.read().decode("utf-8")
|
Found 5 errors.
[*] 5 fixable with the `--fix` option.
|
| failed |
default.checks.x86_64-linux.package-crabfit-cli
|
8s |
crabfit-cli-0.1.0:
3 files already formatted
CPY001 Missing copyright notice at top of file
--> crabfit_cli.py:1:1
CPY001 Missing copyright notice at top of fil …
crabfit-cli-0.1.0:
3 files already formatted
CPY001 Missing copyright notice at top of file
--> crabfit_cli.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/__init__.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_crabfit_cli.py:1:1
Found 3 errors.
|
| failed |
default.checks.x86_64-linux.package-drawio-cli
|
2m 33s |
drawio-cli-0.1.0:
help: Organize imports
|
5 | import pytest
6 +
7 | from drawio_cli.document import DrawioDocument
|
Found 23 errors.
[*] 8 fixable with th …
drawio-cli-0.1.0:
help: Organize imports
|
5 | import pytest
6 +
7 | from drawio_cli.document import DrawioDocument
|
Found 23 errors.
[*] 8 fixable with the `--fix` option (5 hidden fixes can be enabled with the `--unsafe-fixes` option).
|
| failed |
default.checks.x86_64-linux.package-gmaps-cli
|
1s |
gmaps-cli-0.1.0:
- request = urllib.request.Request( # noqa: S310
322 + request = urllib.request.Request(
323 | end …
gmaps-cli-0.1.0:
- request = urllib.request.Request( # noqa: S310
322 + request = urllib.request.Request(
323 | endpoint,
|
CPY001 Missing copyright notice at top of file
--> test_gmaps_cli_integration.py:1:1
Found 5 errors.
[*] 3 fixable with the `--fix` option.
|
| failed |
default.checks.x86_64-linux.package-kmap-cli
|
1s |
kmap-cli-0.1.0:
884 | for origin, destination in zip(places, places[1:]):
| ^^^
885 | routes = client.transit_rou …
kmap-cli-0.1.0:
884 | for origin, destination in zip(places, places[1:]):
| ^^^
885 | routes = client.transit_routes(
886 | 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).
|
| failed |
default.checks.x86_64-linux.package-linkwarden-cli
|
1s |
linkwarden-cli-0.1.0:
--> tests/test_cli.py:18:38
|
17 | class State:
18 | requests: list[dict[str, Any]] = []
| …
linkwarden-cli-0.1.0:
--> tests/test_cli.py:18:38
|
17 | class State:
18 | requests: list[dict[str, Any]] = []
| ^^
help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
Found 2 errors.
[*] 1 fixable with the `--fix` option.
|
| failed |
default.checks.x86_64-linux.package-nmap-cli
|
1s |
nmap-cli-0.1.0:
3 files already formatted
CPY001 Missing copyright notice at top of file
--> nmap_cli.py:1:1
CPY001 Missing copyright notice at top of file
--> …
nmap-cli-0.1.0:
3 files already formatted
CPY001 Missing copyright notice at top of file
--> nmap_cli.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/__init__.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_nmap_cli.py:1:1
Found 3 errors.
|
| failed |
default.checks.x86_64-linux.package-paperfetch-cli
|
9s |
paperfetch-cli-0.1.0:
--> tests/test_browser.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_cli.py:1:1
CPY001 Missing copyright notice at …
paperfetch-cli-0.1.0:
--> tests/test_browser.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_cli.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_live_e2e.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_resolve.py:1:1
Found 13 errors.
|
| failed |
default.checks.x86_64-linux.package-pymol-cli
|
6s |
pymol-cli-0.1.0:
502 | | )
| |_________^
503 | if run_proc.returncode != 0:
504 | raise CLIError(run_proc.stderr.strip() or …
pymol-cli-0.1.0:
502 | | )
| |_________^
503 | if run_proc.returncode != 0:
504 | raise CLIError(run_proc.stderr.strip() or "pueue launch failed")
|
help: Replace with `capture_output` keyword argument
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).
|
| failed |
default.checks.x86_64-linux.package-shortcuts-cli
|
1s |
shortcuts-cli-0.1.0:
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
2 files already formatted
CPY001 Missing copyright notice at top of …
shortcuts-cli-0.1.0:
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
2 files already formatted
CPY001 Missing copyright notice at top of file
--> shortcuts_cli.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_shortcuts_cli.py:1:1
Found 2 errors.
|
| failed |
default.checks.x86_64-linux.package-vikunja-cli
|
2s |
vikunja-cli-0.1.0:
44 | cmd_relation_remove,
- cmd_project_list,
- cmd_project_show,
- cmd_project_update,
45 | cmd_setup_labels,
…
vikunja-cli-0.1.0:
44 | cmd_relation_remove,
- cmd_project_list,
- cmd_project_show,
- cmd_project_update,
45 | cmd_setup_labels,
|
Found 9 errors.
[*] 7 fixable with the `--fix` option.
|
| failed |
default.checks.x86_64-linux.package-weather-cli
|
2s |
weather-cli-0.1.0:
--> tests/__init__.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_weather_cli.py:1:1
CPY001 Missing copyright notice at …
weather-cli-0.1.0:
--> tests/__init__.py:1:1
CPY001 Missing copyright notice at top of file
--> tests/test_weather_cli.py:1:1
CPY001 Missing copyright notice at top of file
--> weather_cli/__init__.py:1:1
CPY001 Missing copyright notice at top of file
--> weather_cli/main.py:1:1
Found 4 errors.
|
| failed |
default.checks.x86_64-linux.package-zhost-cli
|
17s |
zhost-cli-0.1.0:
273 | """Run the full authorize -> upload -> register sequence for `path`."""
274 | data = open(path, "rb").read()
| …
zhost-cli-0.1.0:
273 | """Run the full authorize -> upload -> register sequence for `path`."""
274 | data = open(path, "rb").read()
| ^^^^
275 | md5 = hashlib.md5(data).hexdigest()
276 | stat = os.stat(path)
|
Found 22 errors.
[*] 1 fixable with the `--fix` option (4 hidden fixes can be enabled with the `--unsafe-fixes` option).
|
| failed |
default.checks.x86_64-linux.treefmt
|
8s |
treefmt-check:
--> calendar-cli/tests/test_reply.py:1:1
CPY001 Missing copyright notice at top of file
--> calendar-cli/tests/test_store.py:1:1
Found 23 errors. …
treefmt-check:
--> calendar-cli/tests/test_reply.py:1:1
CPY001 Missing copyright notice at top of file
--> calendar-cli/tests/test_store.py:1:1
Found 23 errors.
traversed 363 files
emitted 319 files for processing
formatted 128 files (25 changed) in 3.238s
Error: failed to finalise formatting: formatting failures detected
|