Pytest with logs:
pytest -s -v
To check pre-commit status:
pre-commit run --all-files
Might change depending on the OS, but find the pip inside venv folder:
.\venv\Scripts\pip3 freeze > requirements.txt
Generate pylintrc:
pylint --generate-rcfile | out-file -encoding utf8 .pylintrc
after configurating the .pre-commit-config.yaml
pre-commit install