Desarrollar código limpio de Python

Posted on dom 15 noviembre 2020 in Tutorial de Python • Tagged with Python, pydocstyle, bandit, Black, pylint, pre-commit, pyupgrade, flake8, pep8-naming, pycodestyle, isort, mypy, wily, streamlit • 14 min read

Este artículo explica el uso de varias herramientas de aseguramiento de la calidad y como usarlas antes de hacer un commit con pre-commit.


Continue reading