dbx
dbx copied to clipboard
Bump pycodestyle from 2.8.0 to 2.11.0
Bumps pycodestyle from 2.8.0 to 2.11.0.
Changelog
Sourced from pycodestyle's changelog.
2.11.0 (2023-07-29)
Changes:
- Drop EOL python 3.6 / 3.7. PR #1129, #1160.
- Add support for python 3.12. PR #1147, #1148, #1152, #1153, #1154, #1163, #1164, #1165, #1166, #1176, #1177, #1182.
- E721: adjust handling of type comparison. Allowed forms are now
isinstance(x, t)ortype(x) is t. PR #1086, #1167.- Remove handling of python 2
<>operator. PR #1161.- W606: removed.
async/awaitare always keywords. PR #1162.- Internal: move tests to pytest. PR #1168, #1169, #1171, #1173, #1174, #1175.
- Remove handling of python 2
ur''strings. PR #1181.2.10.0 (2022-11-23)
Changes:
- E231: allow trailing comma inside 1-tuples in
[]. PR #1108.- W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
- E741: also apply to lambdas. PR #1106.
- E741: fix false positive for comparison operators. PR #1118.
2.9.1 (2022-08-03)
Changes:
- E275: fix false positive for yield expressions. PR #1091.
2.9.0 (2022-07-30)
Changes:
Commits
21abd9bRelease 2.11.0d6ce7dcMerge pull request #1182 from PyCQA/312-continuatione0c1069handle fstring continuation in 3.12706ae9dMerge pull request #1181 from PyCQA/py2-ur-stringse2a366dremove handling of python 2 ur'' strings8ca4b7fMerge pull request #1179 from lev-blit/fix-testing-or-tests-naminga21f8e3fix some wrong renames from testsuite to testing/data vs testd8443f8Merge pull request #1177 from PyCQA/escaped-newline-starting-fstring146c4223.12: fix fstring starting with escape3c6f86bMerge pull request #1176 from PyCQA/noqa-fstrings-312- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.