mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[PR #231] [MERGED] Update dependency pylint to v2.17.3 #386
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#386
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/231
Author: @renovate[bot]
Created: 5/1/2023
Status: ✅ Merged
Merged: 5/1/2023
Merged by: @probberechts
Base:
master← Head:renovate/pylint-2.17.x-lockfile📝 Commits (1)
2d855dcUpdate dependency pylint to v2.17.3📊 Changes
1 file changed (+7 additions, -7 deletions)
View changed files
📝
poetry.lock(+7 -7)📄 Description
This PR contains the following updates:
2.17.2->2.17.3Release Notes
PyCQA/pylint
v2.17.3Compare Source
What's new in Pylint 2.17.3?
Release date: 2023-04-24
False Positives Fixed
Fix
unused-argumentfalse positive when__new__does not use all thearguments of
__init__.Closes #3670
Fix
unused-importfalse positive for usage ofsix.with_metaclass.Closes #7506
logging-not-lazyis not longer emitted for explicitly concatenated stringarguments.
Closes #8410
Fix false positive for isinstance-second-argument-not-valid-type when union
types contains None.
Closes #8424
Fixed
unused-importso that it observes thedummy-variables-rgxoption.Closes #8500
Uniontyped variables without assignment are no longer treated asTypeAlias.Closes #8540
Fix false positive for
positional-only-arguments-expectedwhen a functioncontains both a positional-only parameter that has a default value, and
**kwargs.Closes #8555
Fix false positive for
keyword-arg-before-varargwhen a positional-onlyparameter with a default value precedes
*args.Closes #8570
Other Bug Fixes
Improve output of
consider-using-generatormessage formin()` calls withdefault`` keyword.Closes #8563
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.