The code-quality workflow applies the tools black, pylint, mypy and pydocstyle and evaluates if the code complies with their ruleset. Those linters and formatters are commonly used in the python community.
The security-check-conda-env installs a conda environment form the environment.yml file in the repository and checks if any package has a known vulnerability. Therefore the package safety is used.
📑 Description
This pull request introduces two new workflows:
✅ Checks