Update flake8 requirement from ~=4.0.1 to ~=6.1.0
Updates the requirements on flake8 to permit the latest version.
Commits
7ef0350Release 6.1.0354f873Merge pull request #1852 from PyCQA/setup-cfg-fmt24be8adMerge pull request #1851 from PyCQA/pylint-warnings5233d88use setup-cfg-fmtd4d1552Merge pull request #1849 from PyCQA/handle-multiline-fstrings-in-312cc301edfix pylintrc warnings1ed78d5handle multiline fstrings in 3.12f264195Merge pull request #1850 from PyCQA/312-testacca35badd 3.12 to ci matrix579f9f6Merge pull request #1848 from PyCQA/upgrade-pycodestyle- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
I think that this fails because the python version used (3.6) is not supported by flake8 (docs). Since python 3.6 et 3.7 reach "end of life" (versions status), rising the minimal requirement to python 3.8 could be a good fix. What do you think ?
@Patarimi I would honestly love to but that would also require us to change that requirement for OpenLane as well, which is a whole other beast. We're already requiring 3.8 for OpenLane 2.