only search cminpack directory #15
Annotations
10 errors and 2 warnings
Lint with Ruff:
cminpack_numba/__init__.py#L6
cminpack_numba/__init__.py:6:3: FIX002 Line contains TODO, consider resolving the issue
|
Lint with Ruff:
cminpack_numba/bounds.py#L1
cminpack_numba/bounds.py:1:1: D100 Missing docstring in public module
|
Lint with Ruff:
cminpack_numba/chkder.py#L1
cminpack_numba/chkder.py:1:1: D400 First line should end with a period
|
Lint with Ruff:
cminpack_numba/chkder.py#L1
cminpack_numba/chkder.py:1:1: D415 First line should end with a period, question mark, or exclamation point
|
Lint with Ruff:
cminpack_numba/chkder.py#L9
cminpack_numba/chkder.py:9:5: PLR0913 Too many arguments in function definition (10 > 5)
|
Lint with Ruff:
cminpack_numba/chkder.py#L9
cminpack_numba/chkder.py:9:5: ANN202 Missing return type annotation for private function `_chkder`
|
Lint with Ruff:
cminpack_numba/chkder.py#L9
cminpack_numba/chkder.py:9:13: ANN001 Missing type annotation for function argument `m`
|
Lint with Ruff:
cminpack_numba/chkder.py#L9
cminpack_numba/chkder.py:9:13: ARG001 Unused function argument: `m`
|
Lint with Ruff:
cminpack_numba/chkder.py#L9
cminpack_numba/chkder.py:9:16: ANN001 Missing type annotation for function argument `n`
|
Lint with Ruff:
cminpack_numba/chkder.py#L9
cminpack_numba/chkder.py:9:16: ARG001 Unused function argument: `n`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading