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