Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump yapf from 0.40.1 to 0.40.2 (#104)
Bumps [yapf](https://github.com/google/yapf) from 0.40.1 to 0.40.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google/yapf/blob/main/CHANGELOG.md">yapf's changelog</a>.</em></p> <blockquote> <h2>[0.40.2] 2023-09-22</h2> <h3>Changes</h3> <ul> <li>The verification module has been removed. NOTE: this changes the public APIs by removing the "verify" parameter.</li> <li>Changed FORCE_MULTILINE_DICT to override SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES.</li> <li>Adopt pyproject.toml (PEP 517) for build system</li> </ul> <h3>Fixed</h3> <ul> <li>Do not treat variables named <code>match</code> as the match keyword.</li> <li>Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item argument lists.</li> <li>Fix trailing backslash-newline on Windows when using stdin.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/yapf/commit/3e6cd99b6652cd00867b86e5e82a1dbccc5c0f72"><code>3e6cd99</code></a> Bump version to 0.40.2</li> <li><a href="https://github.com/google/yapf/commit/5469f0216b60a8d290fb624abc20ca41c075ef56"><code>5469f02</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/google/yapf/commit/b8fd5a44a753ea4d668bc36e2c353fca69512b37"><code>b8fd5a4</code></a> fix trailing backslash stripped cause windows linesep (<a href="https://redirect.github.com/google/yapf/issues/1140">#1140</a>)</li> <li><a href="https://github.com/google/yapf/commit/d828a159f5a0409168f8c5194748019ed6b7d2b1"><code>d828a15</code></a> Use 'isinstance' to avoid PEP error</li> <li><a href="https://github.com/google/yapf/commit/4cd66825d21807dfcf591c74d052c3203a1862c2"><code>4cd6682</code></a> Actions(deps): Bump actions/checkout from 3.6.0 to 4.0.0 (<a href="https://redirect.github.com/google/yapf/issues/1141">#1141</a>)</li> <li><a href="https://github.com/google/yapf/commit/4702ad781c3810705999c3b221462645426fcd0b"><code>4702ad7</code></a> pre-commit: Autoupdate (<a href="https://redirect.github.com/google/yapf/issues/1123">#1123</a>)</li> <li><a href="https://github.com/google/yapf/commit/18f34594c353199e5213d84914338703dda18ede"><code>18f3459</code></a> pyproject.toml updates to HACKING.md (<a href="https://redirect.github.com/google/yapf/issues/1134">#1134</a>)</li> <li><a href="https://github.com/google/yapf/commit/11b284e298a1a05b5e0e2551e2f60d7e777fff57"><code>11b284e</code></a> Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item argument lists (<a href="https://redirect.github.com/google/yapf/issues/1142">#1142</a>)</li> <li><a href="https://github.com/google/yapf/commit/16ad3559c991ef02c4b73c2e84a71db2411ace37"><code>16ad355</code></a> Add <code>Editor support.md</code> (<a href="https://redirect.github.com/google/yapf/issues/1135">#1135</a>)</li> <li><a href="https://github.com/google/yapf/commit/77c29ef742b880d0c67e7d6a0797ca60f435f60a"><code>77c29ef</code></a> Do not match keywords named 'match' (<a href="https://redirect.github.com/google/yapf/issues/1111">#1111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/yapf/compare/v0.40.1...v0.40.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yapf&package-manager=pip&previous-version=0.40.1&new-version=0.40.2)](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>
- Loading branch information