File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
sudo apt update
31
31
sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
32
32
python -m pip install --upgrade pip
33
- python -m pip install ruff==0.11.4 pytest pytest-cov pytest-runner
33
+ python -m pip install ruff==0.11.8 pytest pytest-cov pytest-runner
34
34
pip install -r requirements/requirements.txt
35
35
- name : Cache tiatoolbox static assets
36
36
uses : actions/cache@v3
Original file line number Diff line number Diff line change 60
60
- id : rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
61
61
- repo : https://github.com/astral-sh/ruff-pre-commit
62
62
# Ruff version.
63
- rev : v0.11.4
63
+ rev : v0.11.8
64
64
hooks :
65
65
- id : ruff
66
66
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pytest>=7.2.0
10
10
pytest-cov>=4.0.0
11
11
pytest-runner>=6.0
12
12
pytest-xdist[psutil]
13
- ruff==0.11.4 # This will be updated by pre-commit bot to latest version
13
+ ruff==0.11.8 # This will be updated by pre-commit bot to latest version
14
14
toml>=0.10.2
15
15
twine>=4.0.1
16
16
wheel>=0.37.1
You can’t perform that action at this time.
0 commit comments