Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pylint from 2.17.5 to 2.17.7 (#201)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/dade880a65386de8c4e0f88e464d8dc573457133"><code>dade880</code></a> Bump pylint to 2.17.7, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9084">#9084</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c2907a991a721bccec56a7adc3c90e65cf19386d"><code>c2907a9</code></a> Upgrade astroid to 2.15.8 on 2.17.x branch (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9081">#9081</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/aed51a6198b9ad56bae6c974947007f844ab81d9"><code>aed51a6</code></a> Fix crash in refactoring checker from unaryop with variable (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9075">#9075</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9076">#9076</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/b8a7cc512d4e3dc24c010eef0526d294557e40ef"><code>b8a7cc5</code></a> Bump pylint to 2.17.6, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9064">#9064</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/a88fbd7ac063426555472fc17ed12a9edec77bdd"><code>a88fbd7</code></a> Upgrade astroid to 2.15.7</li> <li><a href="https://github.com/pylint-dev/pylint/commit/aea47d14ad90f7c5a607d96886f08c0f1ee2605a"><code>aea47d1</code></a> [unbalanced-tuple-unpacking] Add a regression tests for <a href="https://redirect.github.com/pylint-dev/pylint/issues/7710">#7710</a></li> <li><a href="https://github.com/pylint-dev/pylint/commit/24786fa5da4f2bafa72a49463289b1879901f737"><code>24786fa</code></a> Fix Pyreverse duplicate arrows bug (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9029">#9029</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9039">#9039</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/259fbd23960d3f4bbb36d9a0c1ca60168dc8fcaa"><code>259fbd2</code></a> Fix Pyreverse optional annotation bug (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9016">#9016</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9019">#9019</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/094a774285378901034e01fde97a43d861c1dfa1"><code>094a774</code></a> Fix Pyreverse duplicate annotations (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9012">#9012</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9017">#9017</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/79aac5b83c1886c1e41bbc3055929bf940cee3f8"><code>79aac5b</code></a> Fix duplicate fields Pyreverse bug (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9004">#9004</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9011">#9011</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=2.17.5&new-version=2.17.7)](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