File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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.6.5 pytest pytest-cov pytest-runner
33
+ python -m pip install ruff==0.7.0 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 1
1
ci :
2
2
autofix_prs : true
3
- autoupdate_commit_msg : ' [pre-commit.ci] pre-commit autoupdate'
4
- autoupdate_schedule : ' weekly '
3
+ autoupdate_commit_msg : ' :technologist: pre-commit autoupdate'
4
+ autoupdate_schedule : ' monthly '
5
5
repos :
6
6
- repo : local
7
7
hooks :
11
11
files : tests/.*\btest_\w*.py
12
12
require_serial : true
13
13
language : system
14
- stages : [push]
14
+ stages : [pre- push]
15
15
- id : notebook-markdown-format
16
16
name : notebook markdown format
17
17
entry : python pre-commit/notebook_markdown_format.py
@@ -23,15 +23,15 @@ repos:
23
23
- mdformat-black
24
24
- mdformat-myst
25
25
- repo : https://github.com/executablebooks/mdformat
26
- rev : 0.7.17
26
+ rev : 0.7.18
27
27
hooks :
28
28
- id : mdformat
29
29
# Optionally add plugins
30
30
additional_dependencies :
31
31
- mdformat-gfm # GitHub flavoured markdown
32
32
- mdformat-black # Black formatting for python verbatim blocks
33
33
- repo : https://github.com/pre-commit/pre-commit-hooks
34
- rev : v4.6 .0
34
+ rev : v5.0 .0
35
35
hooks :
36
36
- id : check-ast # Simply checks whether the files parse as valid Python.
37
37
- id : fix-byte-order-marker # Removes utf-8 byte order marker.
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.6.5
63
+ rev : v0.7.0
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.6.5 # This will be updated by pre-commit bot to latest version
13
+ ruff==0.7.0 # 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