IFU master 2024 03 28 #1
Annotations
10 errors and 1 warning
Ruff (B008):
bitsandbytes/archive_functional.py#L170
bitsandbytes/archive_functional.py:170:51: B008 Do not perform function call `torch.device` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
|
Ruff (E741):
bitsandbytes/archive_functional.py#L234
bitsandbytes/archive_functional.py:234:9: E741 Ambiguous variable name: `l`
|
Ruff (RUF013):
bitsandbytes/archive_functional.py#L644
bitsandbytes/archive_functional.py:644:18: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/archive_functional.py#L795
bitsandbytes/archive_functional.py:795:44: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/archive_functional.py#L798
bitsandbytes/archive_functional.py:798:44: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/archive_functional.py#L801
bitsandbytes/archive_functional.py:801:44: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/archive_functional.py#L888
bitsandbytes/archive_functional.py:888:18: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/functional.py#L1294
bitsandbytes/functional.py:1294:16: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/functional.py#L1307
bitsandbytes/functional.py:1307:16: RUF013 PEP 484 prohibits implicit `Optional`
|
Ruff (RUF013):
bitsandbytes/functional.py#L1320
bitsandbytes/functional.py:1320:16: RUF013 PEP 484 prohibits implicit `Optional`
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|