Comming soon...
LINT_PATH
: This will be passed as a pararameter when have Pylint call
test
: Do all tests using pylintlint
: Use Pylint to make this stepdeploy
: Deploy into pypi repository
This tool are used by Github Actions and can be used to debug or change some aspect into your CI/CD pipeline. Please do not change any rule name listed here! If that event happen, you need to change some make calls into Github Action configuration.
test
: Run Pytestlint
: Run Pylint
install_pkg
: Intall everything, including Poetry and all dependencies from your projectinstall_poetry
: Install only Poetry
build_src
: Build your package to deploy into Pypi repository