You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 inpyproject.toml
. Let's be part of this trend.@MoLow
The text was updated successfully, but these errors were encountered: