chore: misc optimizations #953
build-linux.yaml
on: push
Matrix: pytest on linux
Matrix: mypy check on linux
linting-linux
12s
lint commit message
34s
test coverage
4s
conda package build (and upload if release)
0s
merge current tag to main branch
0s
publish python package
0s
Annotations
15 errors and 22 warnings
Ruff (F821):
src/kiara/context/config.py#L283
src/kiara/context/config.py:283:18: F821 Undefined name `KiaraTypesRuntimeEnvironment`
|
Ruff (F821):
src/kiara/context/config.py#L291
src/kiara/context/config.py:291:15: F821 Undefined name `BaseArchive`
|
Ruff (S608):
src/kiara/context/config.py#L540
src/kiara/context/config.py:540:17: S608 Possible SQL injection vector through string-based query construction
|
Ruff (F821):
src/kiara/interfaces/cli/data/commands.py#L599
src/kiara/interfaces/cli/data/commands.py:599:17: F821 Undefined name `DataStore`
|
Ruff (F821):
src/kiara/interfaces/cli/data/commands.py#L651
src/kiara/interfaces/cli/data/commands.py:651:9: F821 Undefined name `dbg`
|
Ruff (T201):
src/kiara/interfaces/cli/data/commands.py#L683
src/kiara/interfaces/cli/data/commands.py:683:5: T201 `print` found
|
Ruff (F821):
src/kiara/interfaces/cli/data/commands.py#L685
src/kiara/interfaces/cli/data/commands.py:685:5: F821 Undefined name `dbg`
|
Ruff (S608):
src/kiara/registries/__init__.py#L477
src/kiara/registries/__init__.py:477:19: S608 Possible SQL injection vector through string-based query construction
|
Ruff (PIE790):
src/kiara/registries/data/data_store/__init__.py#L106
src/kiara/registries/data/data_store/__init__.py:106:9: PIE790 Unnecessary `pass` statement
|
Ruff (PIE790):
src/kiara/registries/data/data_store/__init__.py#L153
src/kiara/registries/data/data_store/__init__.py:153:9: PIE790 Unnecessary `pass` statement
|
mypy check on linux (3.8)
Process completed with exit code 2.
|
mypy check on linux (3.10)
Process completed with exit code 2.
|
mypy check on linux (3.11)
The operation was canceled.
|
mypy check on linux (3.12)
The operation was canceled.
|
mypy check on linux (3.9)
The operation was canceled.
|
linting-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
lint commit message
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint commit message
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/
|
lint commit message
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
mypy check on linux (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mypy check on linux (3.8)
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/
|
mypy check on linux (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mypy check on linux (3.10)
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/
|
mypy check on linux (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mypy check on linux (3.11)
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/
|
mypy check on linux (3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mypy check on linux (3.12)
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/
|
mypy check on linux (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
mypy check on linux (3.9)
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/
|
pytest on linux (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pytest on linux (3.8)
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/
|
pytest on linux (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pytest on linux (3.11)
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/
|
pytest on linux (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pytest on linux (3.10)
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/
|
pytest on linux (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pytest on linux (3.9)
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/
|