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.

Home Page:https://flake8.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support newer versions of pycodestyle

nanonyme opened this issue · comments

describe the request

Looks like this project is depending on pycodestyle from 2016. (pycodestyle>=2.11.0,<2.12.0)

Invalid

2.11.1 was released in October of 2023. These versions are decidedly not 6 years old