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 3030 sudo apt update
3131 sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
3232 python -m pip install --upgrade pip
33- python -m pip install ruff==0.6.2 pytest pytest-cov pytest-runner
33+ python -m pip install ruff==0.6.5 pytest pytest-cov pytest-runner
3434 pip install -r requirements/requirements.txt
3535 - name : Cache tiatoolbox static assets
3636 uses : actions/cache@v3
Original file line number Diff line number Diff line change 6060 - id : rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
6161 - repo : https://github.com/astral-sh/ruff-pre-commit
6262 # Ruff version.
63- rev : v0.6.2
63+ rev : v0.6.5
6464 hooks :
6565 - id : ruff
6666 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pytest>=7.2.0
1111pytest-cov>=4.0.0
1212pytest-runner>=6.0
1313pytest-xdist[psutil]
14- ruff==0.6.2 # This will be updated by pre-commit bot to latest version
14+ ruff==0.6.5 # This will be updated by pre-commit bot to latest version
1515toml>=0.10.2
1616twine>=4.0.1
1717wheel>=0.37.1
You can’t perform that action at this time.
0 commit comments