mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[PR #612] [MERGED] Replace flake8/black/isort by ruff #696
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#696
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/612
Author: @probberechts
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/16/2024
Merged by: @probberechts
Base:
master← Head:ci/ruff📝 Commits (1)
1c69d9echore: replace flake8/black/isort by ruff📊 Changes
29 files changed (+976 additions, -1306 deletions)
View changed files
📝
.pre-commit-config.yaml(+16 -18)📝
CONTRIBUTING.rst(+1 -2)📝
docs/conf.py(+10 -10)📝
noxfile.py(+11 -11)📝
poetry.lock(+516 -750)📝
pyproject.toml(+86 -44)➖
setup.cfg(+0 -48)📝
soccerdata/__init__.py(+11 -11)📝
soccerdata/_common.py(+76 -70)📝
soccerdata/_config.py(+2 -2)📝
soccerdata/clubelo.py(+6 -7)📝
soccerdata/espn.py(+15 -21)📝
soccerdata/fbref.py(+35 -49)📝
soccerdata/fivethirtyeight.py(+12 -11)📝
soccerdata/fotmob.py(+9 -11)📝
soccerdata/match_history.py(+24 -24)📝
soccerdata/sofascore.py(+9 -6)📝
soccerdata/sofifa.py(+15 -18)📝
soccerdata/understat.py(+16 -34)📝
soccerdata/whoscored.py(+22 -79)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.