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.2 to 2.15.3 (#558)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.2 to 2.15.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/pylint/commit/403dac602ee01e317a22800e0d63bdeb0c2faa7e"><code>403dac6</code></a> Bump pylint to 2.15.3, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/38e278401a66218fba26308fbce56740761a2003"><code>38e2784</code></a> Bump astroid to 2.12.10</li> <li><a href="https://github.com/PyCQA/pylint/commit/f5e168e867799013fb380aa9fe8a0c1516a651c8"><code>f5e168e</code></a> Fix <code>undefined-loop-variable</code> with <code>NoReturn</code> and <code>Never</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7476">#7476</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/fbc9e663473fa0416779f1d71109b4123f6c3365"><code>fbc9e66</code></a> Accept a comma-separated list of messages IDs in <code>--help-msg</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7490">#7490</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/fe3436efb0ec10677ba1539ac02e26cb3f852cbb"><code>fe3436e</code></a> False positive <code>global-variable-not-assigned</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7479">#7479</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/52cf631d732f7b39a879adf7e617e0aa7059a83a"><code>52cf631</code></a> [invalid-class-object] Fix crash when <strong>class</strong> is defined with a tuple</li> <li><a href="https://github.com/PyCQA/pylint/commit/8e05ff6acf30deae5d83ea3847ec47ed0bf049a4"><code>8e05ff6</code></a> Fix a crash in the <code>modified-iterating-dict</code> checker involving instance attri...</li> <li><a href="https://github.com/PyCQA/pylint/commit/9b359ad676dff97a35321976c19ca0f6c4fc44ad"><code>9b359ad</code></a> Fix <code>unhashable-member</code> crash when <code>lambda</code> used as a dict key (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7454">#7454</a>)</li> <li>See full diff in <a href="https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.3">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.2&new-version=2.15.3)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information