carlosperate / awesome-pyproject

An Awesome List of projects using the pyproject.toml Python configuration file.
Creative Commons Zero v1.0 Universal
942 stars 36 forks source link

Replace Flake9 with flake8-pyproject #67

Closed pepoluan closed 1 year ago

pepoluan commented 1 year ago

Resource description

Flake9 seems to be dead (last commit > 2 years ago). flake8-pyproject is still being actively developed.

flake8-pyproject is a plugin for Flake8 that reads config from pyproject.toml and injects the config into Flake8.

Closes #66

By submitting this pull request I confirm I've read and complied with the below requirements