Update submodules/template digest to b6323e8 #249
Annotations
6 errors and 2 warnings
Ruff (PLC0415):
.tools/scripts/pythonstartup.py#L15
.tools/scripts/pythonstartup.py:15:5: PLC0415 `import` should be at the top-level of a file
|
Ruff (PLC0415):
.tools/scripts/pythonstartup.py#L20
.tools/scripts/pythonstartup.py:20:9: PLC0415 `import` should be at the top-level of a file
|
Ruff (RUF100):
src/boilerdaq/daq.py#L470
src/boilerdaq/daq.py:470:22: RUF100 Unused `noqa` directive (unused: `A003`)
|
Ruff (RUF025):
src/boilerdaq/docs.py#L131
src/boilerdaq/docs.py:131:19: RUF025 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
|
Ruff (FURB171):
tests/boilerdaq_tests/conftest.py#L27
tests/boilerdaq_tests/conftest.py:27:35: FURB171 Membership test against single-item container
|
ruff
Process completed with exit code 1.
|
ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pyright
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|