Skip to content

Move configuration information into pyproject.toml #39

@cclauss

Description

@cclauss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions