Skip to content

Consider moving contents of .flake8 and .isort.cfg to a pyproject.toml file #234

@jsf9k

Description

@jsf9k

💡 Summary

Consider moving the contents of .flake8 and .isort.cfg to a pyproject.toml file, in [tool.flake8] and [tool.isort] sections, respectively.

Motivation and context

This would be useful because it would simplify cisagov/skeleton-python-library by consolidating all the Python tool configurations in a single file (the pyproject.toml file).

Implementation notes

This would require the addition of the Python library flake8-pyproject as a dependency.

Metadata

Metadata

Assignees

Labels

improvementThis issue or pull request will add or improve functionality, maintainability, or ease of use

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions