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.15.7 to 3.2.5 (#421)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.7 to 3.2.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/ae730ac7721d2cb206c153f680605b83d66fbc84"><code>ae730ac</code></a> Bump pylint to 3.2.5, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9756">#9756</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/be7b5cc8cb3bf910866b66eb43becabf5299ab2f"><code>be7b5cc</code></a> [unreachable-code] Fix the false positive in python 3.8 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9753">#9753</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9755">#9755</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6c3ab77c23cb3c6fe4a626148bf3aab9de8f3dd6"><code>6c3ab77</code></a> [release] Fix 3.2.4 release date following issue with twine 5.1.0 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9749">#9749</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9">#9</a>...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/425ad66da9467bac9074de3f2294f7851cb3320b"><code>425ad66</code></a> Bump pylint to 3.2.4, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9746">#9746</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c41c35a8e0dd71ba96944613e6a2ced830407670"><code>c41c35a</code></a> [possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9714">#9714</a>...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/22e4d365277d20b243de54e7a75cedde28436b11"><code>22e4d36</code></a> [symilar] Rename the unittest file that had a typo.</li> <li><a href="https://github.com/pylint-dev/pylint/commit/3cf313a2abacfc273a4b26ecf94f9dc2fc61a00d"><code>3cf313a</code></a> [symilar] Fix the short form options that weren't being processed properly</li> <li><a href="https://github.com/pylint-dev/pylint/commit/e13544f4e2ce93e823019958e05f5e590169992d"><code>e13544f</code></a> [symilar] Fix crash when giving bad options to symilar</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c3e257925e313a19f42dd17d20179152f5f5db2f"><code>c3e2579</code></a> [unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6b66ca65b2c8e4562d5550694ba68bb6bb445034"><code>6b66ca6</code></a> [undefined-variable] Fix a crash for undefined lineno in annotations (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9705">#9705</a>) ...</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v2.15.7...v3.2.5">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.15.7&new-version=3.2.5)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information