Skip to content

Add new finance utilities, linting configuration, and GitHub Actions … #1

Add new finance utilities, linting configuration, and GitHub Actions …

Add new finance utilities, linting configuration, and GitHub Actions … #1

Triggered via push January 21, 2026 22:34
Status Failure
Total duration 13s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (N803): UTILS - Algorithms - Machine Learning/ml_algorithms.py#L24
UTILS - Algorithms - Machine Learning/ml_algorithms.py:24:19: N803 Argument name `X` should be lowercase
Ruff (C405): UTILS - Algorithms - Graph/graph_algorithms.py#L369
UTILS - Algorithms - Graph/graph_algorithms.py:369:15: C405 Unnecessary list literal (rewrite as a set literal)
Ruff (F841): UTILS - Advanced Python - OOP/oop_tutorial.py#L438
UTILS - Advanced Python - OOP/oop_tutorial.py:438:5: F841 Local variable `trade3` is assigned to but never used
Ruff (F841): UTILS - Advanced Python - OOP/oop_tutorial.py#L437
UTILS - Advanced Python - OOP/oop_tutorial.py:437:5: F841 Local variable `trade2` is assigned to but never used
Ruff (F841): UTILS - Advanced Python - OOP/oop_tutorial.py#L436
UTILS - Advanced Python - OOP/oop_tutorial.py:436:5: F841 Local variable `trade1` is assigned to but never used
Ruff (UP028): UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py#L208
UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py:208:9: UP028 Replace `yield` over `for` loop with `yield from`
Ruff (F841): UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py#L133
UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py:133:5: F841 Local variable `vol3` is assigned to but never used
Ruff (F841): UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py#L130
UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py:130:5: F841 Local variable `vol2` is assigned to but never used
Ruff (F841): UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py#L127
UTILS - Advanced Python - Decorators and Generators/decorators_generators_tutorial.py:127:5: F841 Local variable `vol1` is assigned to but never used
Ruff (UP045): UTILS - AI Development/chatbot.py#L19
UTILS - AI Development/chatbot.py:19:28: UP045 Use `X | None` for type annotations