chore(pip-prod)(deps): bump autopep8 from 2.1.2 to 2.2.0 #217

Merged
dependabot[bot] merged 1 commits from dependabot/pip/autopep8-2.2.0 into next 2024-05-30 20:12:17 +02:00
dependabot[bot] commented 2024-05-30 18:46:13 +02:00 (Migrated from github.com)

Bumps autopep8 from 2.1.2 to 2.2.0.

Release notes

Sourced from autopep8's releases.

v2.2.0

What's Changed

Other

Bug Fixes

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.1.2...v2.2.0

Commits
  • d5bbdbc version 2.2.0
  • dc9656f Merge pull request #750 from hhatto/skip-e501-fstring
  • b4c586d skip e501 fixed method for f-string line(s)
  • 6878c96 Merge pull request #749 from hhatto/experimental-option-is-deprecated
  • 7253375 strict lint
  • f516b29 use custom warning format
  • 53a993e experimental option is deprecated
  • 83e29b6 Merge pull request #748 from hhatto/fix-issue688
  • 765402a fix: check just before fixed-method
  • 91b15c5 fix: skip if fixed-method result to another result
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.2 to 2.2.0. <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.2...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autopep8&package-manager=pip&previous-version=2.1.2&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
luketainton (Migrated from github.com) reviewed 2024-05-30 18:46:13 +02:00
sonarqubecloud[bot] commented 2024-05-30 18:48:54 +02:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=217) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=217&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=217&resolutions=WONTFIX) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=217&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=217)
Sign in to join this conversation.
No description provided.