chore: fixed pipelines #43
lint.yml
on: pull_request
pylint (App)
17s
flake8 (App)
11s
mypy (App)
17s
pylint (Tests)
22s
flake8 (Tests)
17s
mypy (Tests)
21s
Annotations
20 errors and 2 warnings
mypy (App):
src/get_release_version_action/app.py#L8
error: Cannot find implementation or library stub for module named "algorithms" [import-not-found]
|
mypy (App):
src/get_release_version_action/app.py#L9
error: Cannot find implementation or library stub for module named "models" [import-not-found]
|
mypy (App):
src/get_release_version_action/app.py#L10
error: Cannot find implementation or library stub for module named "utils" [import-not-found]
|
mypy (App):
src/get_release_version_action/algorithms/hash_based.py#L6
error: Cannot find implementation or library stub for module named "models" [import-not-found]
|
mypy (App):
src/get_release_version_action/algorithms/hash_based.py#L7
error: Cannot find implementation or library stub for module named "utils" [import-not-found]
|
mypy (App):
src/get_release_version_action/algorithms/hash_based.py#L35
error: Returning Any from function declared to return "str | None" [no-any-return]
|
mypy (App):
src/get_release_version_action/algorithms/semantic.py#L9
error: Cannot find implementation or library stub for module named "models" [import-not-found]
|
mypy (App):
src/get_release_version_action/algorithms/semantic.py#L10
error: Cannot find implementation or library stub for module named "utils" [import-not-found]
|
mypy (App):
src/get_release_version_action/algorithms/semantic.py#L43
error: Returning Any from function declared to return "TagReference | None" [no-any-return]
|
mypy (App):
src/get_release_version_action/algorithms/semantic.py#L50
error: Returning Any from function declared to return "TagReference | None" [no-any-return]
|
pylint (App):
src/get_release_version_action/app.py#L8
E0401: Unable to import 'algorithms' (import-error)
|
pylint (App):
src/get_release_version_action/app.py#L9
E0401: Unable to import 'models' (import-error)
|
pylint (App):
src/get_release_version_action/app.py#L10
E0401: Unable to import 'utils' (import-error)
|
pylint (App):
src/get_release_version_action/algorithms/hash_based.py#L6
E0401: Unable to import 'models' (import-error)
|
pylint (App):
src/get_release_version_action/algorithms/hash_based.py#L7
E0401: Unable to import 'utils' (import-error)
|
pylint (App):
src/get_release_version_action/algorithms/main_algorithm.py#L7
E0401: Unable to import 'models' (import-error)
|
pylint (App):
src/get_release_version_action/algorithms/main_algorithm.py#L8
E0401: Unable to import 'utils' (import-error)
|
pylint (App):
src/get_release_version_action/algorithms/semantic.py#L9
E0401: Unable to import 'models' (import-error)
|
pylint (App):
src/get_release_version_action/algorithms/semantic.py#L10
E0401: Unable to import 'utils' (import-error)
|
pylint (App)
Process completed with exit code 2.
|
flake8 (App)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
flake8 (Tests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|