Olena
Olena
This patch removes the `pylint-pytest` from the constraints.txt file. This change also updates the dependency to the version v1.1.7 in `requirements/dev.txt` and `requirements/quality.txt`. Fixes #125
This patch provides a new configuration — `.coveragerc.toml `. Considering that many projects have switched to toml configurations, this change offers a more flexible approach to manage coverage settings. Resolves...
This patch refactors the `axe.py` module: transform into modern syntax integrating type hints, pathlib, injection state validation and Exception improvements