chore(deps): bump pylint from 2.3.1 to 3.3.6
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies python
Bumps pylint from 2.3.1 to 3.3.6.
Release notes
Sourced from pylint's releases.
pylint-2.8.1
Add numversion back (temporarily) in
__pkginfo__because it broke Pylama and revert the unnecessarypylint.versionbreaking change.Closes #4399
pylint-2.8.0
New refactoring message
consider-using-with. This message is emitted if resource-allocating functions or methods of the standard library (likeopen()orthreading.Lock.acquire()) that can be used as a context manager are called without awithblock.Closes #3413
Resolve false positives on unused variables in decorator functions
Closes #4252
Add new extension
ConfusingConsecutiveElifChecker. This optional checker emits a refactoring message (R5601confusing-consecutive-elif) if if/elif statements with different indentation levels follow directly one after the other.New option
--output=<file>to output result to a file rather than printing to stdout.Closes #1070
Use a prescriptive message for
unidiomatic-typecheckCloses #3891
Apply
const-naming-styleto module constants annotated withtyping.FinalThe packaging is now done via setuptools exclusively.
doc,tests,man,elispandChangelogare not packaged anymore - reducing the size of the package by 75%.Debian packaging is now (officially) done in https://salsa.debian.org/python-team/packages/pylint.
The 'doc' extra-require has been removed.
__pkginfo__now only contain__version__(also accessible withpylint.__version__), other meta-information are still accessible withimport importlib;metadata.metadata('pylint').COPYING has been renamed to LICENSE for standardization.
Fix false-positive
used-before-assignmentin function returns.Closes #4301
Updated
astroidto 2.5.3
... (truncated)
Commits
7ac5a4dBump pylint to 3.3.6, update changelog32871c5Move deprecated 'tool.setuptools.license-files', remove license classifier (#...6455c45Add pyproject.fmt to the pre-commit tooling (#10220)e394611Bump types-setuptools from 75.8.2.20250305 to 76.0.0.20250313 (#10279)544464a[used-before-assignment] Fix FP for inner function return type (#10275) (#10285)f28d768Ref #10260 -- Add documentation for the github output format (#10272) (#10273)6b68f91Add additional permissions for backport workflow (#10269) (#10270)819d606Minor improvements to release workflow (#10267)aaab3ccBump pylint to 3.3.5, update changelog (#10266)1052bc8Bump pylint to 3.3.5a0, update changelog- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 1393089 |
| UUID: | 2415193308 |
| Node ID: | PR_kwDOBRCt0M6P9Ozc |
| Host: | GitHub |
| Repository: | firebase/firebase-admin-python |
| Mergeable: | Yes |
| Merge State: | Unstable |