**Problem:** The project lacks a linter, making it difficult to maintain a complex code style in development. **Suggested solution:** Add a linter (pylint, flake8) and configure it to automatically check code during commits and in CI/CD, git actions.
Problem:
The project lacks a linter, making it difficult to maintain a complex code style in development.
Suggested solution:
Add a linter (pylint, flake8) and configure it to automatically check code during commits and in CI/CD, git actions.