mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[PR #608] [MERGED] chore(deps): update dependency pylint to v3.2.3 #692
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#692
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/probberechts/soccerdata/pull/608
Author: @renovate[bot]
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/13/2024
Merged by: @renovate[bot]
Base:
master← Head:renovate/pylint-3.2.x-lockfile📝 Commits (1)
bbe8587chore(deps): update dependency pylint to v3.2.3📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
poetry.lock(+3 -3)📄 Description
This PR contains the following updates:
3.2.2->3.2.3Release Notes
pylint-dev/pylint (pylint)
v3.2.3Compare Source
False Positives Fixed
Classes with only an Ellipsis (
...) in their body do not trigger 'multiple-statements'anymore if they are inlined (in accordance with black's 2024 style).
Closes #9398
Fix a false positive for
redefined-outer-namewhen there is a name defined in an exception-handling block which shares the same name as a local variable that has been defined in a function body.Closes #9671
Fix a false positive for
use-yield-fromwhen using the return value from theyieldatom.Closes #9696
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.