PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.43k stars 307 forks source link

Use setuptools.build_meta #1895

Closed nanonyme closed 10 months ago

nanonyme commented 10 months ago

This package is currently using deprecated way of using setuptools in absence of pyproject.toml. See https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html how to integrate into the new system.

asottile commented 10 months ago

https://github.com/PyCQA/pyflakes/issues/793#issuecomment-1837484687