Skip to content

Commit a8a4ac9

Browse files
chore(deps-dev): update autopep8 requirement from 2.1.1 to 2.2.0 (#625)
Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hhatto/autopep8/releases">autopep8's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>What's Changed</h2> <h3>Other</h3> <ul> <li>experimental option is deprecated by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/749">hhatto/autopep8#749</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix specific case of e271 and w504 by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/748">hhatto/autopep8#748</a></li> <li>skip e501 fixed method for f-string line(s) by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/750">hhatto/autopep8#750</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hhatto/autopep8/compare/v2.1.2...v2.2.0">https://github.com/hhatto/autopep8/compare/v2.1.2...v2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hhatto/autopep8/commit/d5bbdbc53d161200282959d0ffbfbf2f66da2921"><code>d5bbdbc</code></a> version 2.2.0</li> <li><a href="https://github.com/hhatto/autopep8/commit/dc9656fa40a2ed66797c8d01bb615984cd64d5e2"><code>dc9656f</code></a> Merge pull request <a href="https://redirect.github.com/hhatto/autopep8/issues/750">#750</a> from hhatto/skip-e501-fstring</li> <li><a href="https://github.com/hhatto/autopep8/commit/b4c586d7ecabddb40a35fdcdd7892bd045660ab0"><code>b4c586d</code></a> skip e501 fixed method for f-string line(s)</li> <li><a href="https://github.com/hhatto/autopep8/commit/6878c9634455037715fcbac4d289696800bbb844"><code>6878c96</code></a> Merge pull request <a href="https://redirect.github.com/hhatto/autopep8/issues/749">#749</a> from hhatto/experimental-option-is-deprecated</li> <li><a href="https://github.com/hhatto/autopep8/commit/725337599eb3c977aa21f4dc05dc5ae416ac4d1d"><code>7253375</code></a> strict lint</li> <li><a href="https://github.com/hhatto/autopep8/commit/f516b2971af28c5ffa218694d94d9af318c79666"><code>f516b29</code></a> use custom warning format</li> <li><a href="https://github.com/hhatto/autopep8/commit/53a993ec09142414a8798b197781e11a2f97bbfb"><code>53a993e</code></a> experimental option is deprecated</li> <li><a href="https://github.com/hhatto/autopep8/commit/83e29b6962e55a10349e3e46bbea66f82d524486"><code>83e29b6</code></a> Merge pull request <a href="https://redirect.github.com/hhatto/autopep8/issues/748">#748</a> from hhatto/fix-issue688</li> <li><a href="https://github.com/hhatto/autopep8/commit/765402a0289dd4f3f8a7b56c9e36e33f77fe656b"><code>765402a</code></a> fix: check just before fixed-method</li> <li><a href="https://github.com/hhatto/autopep8/commit/91b15c58b25c8afa2b048bffdcc54f6392f96522"><code>91b15c5</code></a> fix: skip if fixed-method result to another result</li> <li>Additional commits viewable in <a href="https://github.com/hhatto/autopep8/compare/v2.1.1...v2.2.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c33a130 commit a8a4ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ flake8-quotes = "3.4.0"
9191
flake8-use-fstring = "1.4"
9292
pep8-naming = "0.14.1"
9393
isort = "5.13.2"
94-
autopep8 = "2.1.1"
94+
autopep8 = "2.2.0"
9595
mypy = "1.10.0"
9696
tox = "4.15.0"
9797
xmldiff = "2.7.0"

0 commit comments

Comments
 (0)