Skip to content

Use native config files for coverage, flake8, and yapf #162

@eirrgang

Description

@eirrgang

The cookiecutter template puts the configuration for coverage, flake8, and yapf in setup.cfg.

However, setup.cfg is traditionally the setuptools config file. setuptools traditionally provided setuptools.config.read_configuration(), but the project is abandoning setup.cfg, and the tool is deprecated.

I haven't checked whether these specific tools have their own parsing or not. But, to avoid confusion or deprecation warnings (or ultimately errors), we should probably move the configuration for these tools to their own native config files.

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