🚨 fix >1500 ruff errors using codemods #6
Annotations
10 errors and 1 warning
src/numpy-stubs/__init__.pyi#L7
src/numpy-stubs/__init__.pyi:7:1: ICN003 Members of `abc` should not be imported explicitly
|
src/numpy-stubs/__init__.pyi#L213
src/numpy-stubs/__init__.pyi:213:1: ICN003 Members of `numpy` should not be imported explicitly
|
src/numpy-stubs/__init__.pyi#L233
src/numpy-stubs/__init__.pyi:233:1: ICN003 Members of `numpy` should not be imported explicitly
|
src/numpy-stubs/__init__.pyi#L241
src/numpy-stubs/__init__.pyi:241:5: ICN003 Members of `numpy` should not be imported explicitly
|
src/numpy-stubs/__init__.pyi#L467
src/numpy-stubs/__init__.pyi:467:5: F811 Redefinition of unused `bincount` from line 350
|
src/numpy-stubs/__init__.pyi#L535
src/numpy-stubs/__init__.pyi:535:5: F811 Redefinition of unused `packbits` from line 353
|
src/numpy-stubs/__init__.pyi#L536
src/numpy-stubs/__init__.pyi:536:5: F811 Redefinition of unused `unpackbits` from line 354
|
src/numpy-stubs/__init__.pyi#L1821
src/numpy-stubs/__init__.pyi:1821:7: TD002 Missing author in TODO; try: `# TODO(<author_name>): ...` or `# TODO @<author_name>: ...`
|
src/numpy-stubs/__init__.pyi#L1865
src/numpy-stubs/__init__.pyi:1865:7: TD002 Missing author in TODO; try: `# TODO(<author_name>): ...` or `# TODO @<author_name>: ...`
|
src/numpy-stubs/__init__.pyi#L1874
src/numpy-stubs/__init__.pyi:1874:5: ERA001 Found commented-out code
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading