[PR #612] [MERGED] Replace flake8/black/isort by ruff #696

Closed
opened 2026-03-02 15:59:09 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: ci/ruff


📝 Commits (1)

  • 1c69d9e chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/612 **Author:** [@probberechts](https://github.com/probberechts) **Created:** 6/16/2024 **Status:** ✅ Merged **Merged:** 6/16/2024 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `ci/ruff` --- ### 📝 Commits (1) - [`1c69d9e`](https://github.com/probberechts/soccerdata/commit/1c69d9e648a47a268a5a8c688ab97976a7bf95f3) chore: replace flake8/black/isort by ruff ### 📊 Changes **29 files changed** (+976 additions, -1306 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:59:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#696
No description provided.