Currently, this repo has Python configuration data spread across:
.github/workflows/lint_python.yml
Pipfile
bandit.yaml
setup.py
PEP621 encourages the Python community to migrate away from complex setup.py files by putting config data in pyproject.toml. Let's be part of this trend.
@MoLow
Currently, this repo has Python configuration data spread across:
.github/workflows/lint_python.ymlPipfilebandit.yamlsetup.pyPEP621 encourages the Python community to migrate away from complex
setup.pyfiles by putting config data inpyproject.toml. Let's be part of this trend.@MoLow