Skip to content

Commit

Permalink
Bump pylint from 3.0.1 to 3.0.2 (#65)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.1 to
3.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/efee9618894795cc8847727108522aa79431ee25"><code>efee961</code></a>
Bump pylint to 3.0.2, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/31aca81de57c61d298e7328f5913aba09a1ea70e"><code>31aca81</code></a>
Fixes duplicate-code check with ignore-imports (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9147">#9147</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9176">#9176</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/792da24660fcd050d36287268bfe19afda4736fc"><code>792da24</code></a>
Escape special symbols and newlines in messages. (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9164">#9164</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9165">#9165</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/759e2cc225b322db9f54f17c1943318c115ba552"><code>759e2cc</code></a>
Fix <code>used-before-assignment</code> FP for generic type syntax (Py
3.12) (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9150">#9150</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/a77f0c14197542dc74ff1f2b521e8508bebd5f88"><code>a77f0c1</code></a>
Respect py-version for <code>inconsistent-quotes</code> inside f-strings
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9152">#9152</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9155">#9155</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a9d9dc38bc66525b883a4e34f110dcfb54cecd53"><code>a9d9dc3</code></a>
Fix suggestion for min-max with expressions (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9131">#9131</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9141">#9141</a>)</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.0.1...v3.0.2">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=3.0.1&new-version=3.0.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
Diapolo10 authored Oct 23, 2023
2 parents 6b170de + 5c98ad7 commit 7c55f35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ optional = true
[tool.poetry.group.linters.dependencies]
flake8 = '^6.1.0'
flake8-pyproject = '^1.2.3'
pylint = '^3.0.1'
pylint = '^3.0.2'


[tool.poetry.group.tests]
Expand Down

0 comments on commit 7c55f35

Please sign in to comment.