Run all the autotests #868
autotest.yml
on: schedule
setup
0s
Add header lint
0s
python_ruff
6s
Check Python Type Annotations
0s
Python type check (Pyright)
0s
Matrix: test
Annotations
5 errors
Ruff (UP037):
lib/rucio/core/authentication.py#L518
lib/rucio/core/authentication.py:518:12: UP037 Remove quotes from type annotation
|
Ruff (UP037):
lib/rucio/core/request.py#L1713
lib/rucio/core/request.py:1713:19: UP037 Remove quotes from type annotation
|
Ruff (UP037):
lib/rucio/core/transfer.py#L1428
lib/rucio/core/transfer.py:1428:22: UP037 Remove quotes from type annotation
|
Ruff (UP037):
tests/test_preparer.py#L143
tests/test_preparer.py:143:27: UP037 Remove quotes from type annotation
|
python_ruff
Process completed with exit code 1.
|