Skip to content

Feature Request: Add support for housing config in pyproject.toml #115

@caffeinatedMike

Description

@caffeinatedMike

For some developers, like myself, pyproject.toml has become the central file for housing configuration for various CI/CD tool configurations in order to avoid having individual config files per-tool, which quickly becomes a headache to maintain.

With that being said, would you be open to adding support for housing the configuration within a project's pyproject.toml file? I understand that this would lead to an additional dependency (likely toml) until the lower-bound supported python version becomes 3.11 (a long ways from now), which has native support for parsing toml files using tomllib. However, as this is a fairly common dependency among other CI/CD tools, I feel the additional dependency is worth it.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions