chore(pip-prod)(deps): bump pycodestyle from 2.11.1 to 2.12.0 #229

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pycodestyle-2.12.0 into next 2024-06-18 20:14:48 +02:00
dependabot[bot] commented 2024-06-18 18:05:59 +02:00 (Migrated from github.com)

Bumps pycodestyle from 2.11.1 to 2.12.0.

Changelog

Sourced from pycodestyle's changelog.

2.12.0 (2024-06-15)

Changes:

  • E721: Fix false positive of the form x.type(...) ==. PR #1228.
  • E502: Fix false-negative with a backslash escape in a comment. PR #1234.
  • E204: New lint forbidding whitespace after decorator @. PR #1247.
Commits
  • 6f60985 Release 2.12.0
  • 5246b9e Merge pull request #1247 from PyCQA/space-after-decorator
  • 3cedd4c add new error E204 for whitespace after decorator @
  • d343c39 Merge pull request #1246 from PyCQA/pre-commit-ci-update-config
  • 5be6ca1 [pre-commit.ci] pre-commit autoupdate
  • d2b2756 Merge pull request #1245 from PyCQA/pre-commit-ci-update-config
  • 53591a5 [pre-commit.ci] pre-commit autoupdate
  • 710363b Merge pull request #1239 from PyCQA/pre-commit-ci-update-config
  • 04f579d [pre-commit.ci] pre-commit autoupdate
  • 2b90803 Merge pull request #1238 from PyCQA/pre-commit-ci-update-config
  • 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 [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt">pycodestyle's changelog</a>.</em></p> <blockquote> <h2>2.12.0 (2024-06-15)</h2> <p>Changes:</p> <ul> <li>E721: Fix false positive of the form <code>x.type(...) ==</code>. PR <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1228">#1228</a>.</li> <li>E502: Fix false-negative with a backslash escape in a comment. PR <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1234">#1234</a>.</li> <li>E204: New lint forbidding whitespace after decorator <code>@</code>. PR <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1247">#1247</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/pycodestyle/commit/6f60985ab563c3657da8d44ba391128b40c9ea24"><code>6f60985</code></a> Release 2.12.0</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/5246b9e1d8503865b488b5f2db10fa7c2ff8a205"><code>5246b9e</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1247">#1247</a> from PyCQA/space-after-decorator</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/3cedd4c74b5f467fc4c1cde5a8ac2503a54b60db"><code>3cedd4c</code></a> add new error E204 for whitespace after decorator @</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/d343c39ec6d0ad79ef4930cce13a3e1812d75b81"><code>d343c39</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1246">#1246</a> from PyCQA/pre-commit-ci-update-config</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/5be6ca17fcd04b5e8d7bf4d8c57daf9cd17b0bea"><code>5be6ca1</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/d2b2756af7f38840c0cbc3fe7191749a23a31814"><code>d2b2756</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1245">#1245</a> from PyCQA/pre-commit-ci-update-config</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/53591a50faf21c27d9ffaeda75dd869fbec19a20"><code>53591a5</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/710363bd2048d9c7fa3f24dcaf21e40ced7f74d5"><code>710363b</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1239">#1239</a> from PyCQA/pre-commit-ci-update-config</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/04f579dd76aa0294db65c3dbbbd110c80609137e"><code>04f579d</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/PyCQA/pycodestyle/commit/2b9080353f8a4208a1d8b7b364d96e704484e80e"><code>2b90803</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/pycodestyle/issues/1238">#1238</a> from PyCQA/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pycodestyle&package-manager=pip&previous-version=2.11.1&new-version=2.12.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-06-18 18:05:59 +02:00
sonarqubecloud[bot] commented 2024-06-18 18:07:06 +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=229) **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=229&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=229&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=229&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=229)
Sign in to join this conversation.
No description provided.