Run all the autotests #70
autotest.yml
on: schedule
Add header lint
python_ruff
9s
Check Python Type Annotations
Python type check (Pyright)
Matrix: test
Annotations
10 errors
|
Ruff (UP045):
lib/rucio/cli/utils.py#L243
lib/rucio/cli/utils.py:243:10: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
lib/rucio/cli/utils.py#L242
lib/rucio/cli/utils.py:242:19: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
lib/rucio/cli/utils.py#L241
lib/rucio/cli/utils.py:241:21: UP045 Use `X | None` for type annotations
|
|
Ruff (UP007):
lib/rucio/cli/utils.py#L240
lib/rucio/cli/utils.py:240:20: UP007 Use `X | Y` for type annotations
|
|
Ruff (UP045):
lib/rucio/cli/replica.py#L72
lib/rucio/cli/replica.py:72:61: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
lib/rucio/cli/opendata.py#L122
lib/rucio/cli/opendata.py:122:30: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
lib/rucio/cli/opendata.py#L120
lib/rucio/cli/opendata.py:120:57: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
lib/rucio/cli/bin_legacy/rucio.py#L1102
lib/rucio/cli/bin_legacy/rucio.py:1102:40: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
bin/rucio#L50
bin/rucio:50:29: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
bin/rucio#L29
bin/rucio:29:44: UP045 Use `X | None` for type annotations
|