Skip to content

Commit a115e1c

Browse files
committed
📌 Update ruff version
1 parent 73e9e1a commit a115e1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt update
3434
sudo apt-get install -y libopenjp2-7 libopenjp2-tools
3535
python -m pip install --upgrade pip
36-
python -m pip install ruff==0.15.12 pytest pytest-cov pytest-runner
36+
python -m pip install ruff==0.15.15 pytest pytest-cov pytest-runner
3737
pip install uv
3838
uv pip install --system torch torchvision --index-url https://download.pytorch.org/whl/cpu
3939
uv pip install --system -r requirements/requirements.txt

requirements/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest>=7.2.0
1010
pytest-cov>=4.0.0
1111
pytest-runner>=6.0
1212
pytest-xdist[psutil]
13-
ruff==0.15.12 # This will be updated by pre-commit bot to latest version
13+
ruff==0.15.15 # This will be updated by pre-commit bot to latest version
1414
toml>=0.10.2
1515
twine>=4.0.1
1616
wheel>=0.37.1

0 commit comments

Comments
 (0)