File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
18
18
# keep in sync with .pre-commit-config.yaml
19
- - run : python -Im pip install --user ruff==0.5.7
19
+ - run : python -Im pip install --user ruff==0.7.0
20
20
21
21
- name : Run ruff
22
22
run : ruff check --output-format=github wagtail_footnotes
Original file line number Diff line number Diff line change 65
65
with :
66
66
name : coverage-data-${{ matrix.python }}
67
67
path : .coverage.*
68
+ include-hidden-files : true
68
69
if-no-files-found : ignore
69
70
retention-days : 1
70
71
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_language_version:
6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.6 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : check-added-large-files
12
12
- id : check-case-conflict
@@ -19,13 +19,13 @@ repos:
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/astral-sh/ruff-pre-commit
21
21
# Keep in sync with .github/workflows/ruff.yml
22
- rev : ' v0.5.7 '
22
+ rev : ' v0.7.0 '
23
23
hooks :
24
24
- id : ruff
25
25
args : [--fix, --exit-non-zero-on-fix]
26
26
- id : ruff-format
27
27
- repo : https://github.com/jackdewinter/pymarkdown
28
- rev : v0.9.18
28
+ rev : v0.9.24
29
29
hooks :
30
30
- id : pymarkdown
31
31
args :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies = [
42
42
testing = [
43
43
" pre-commit>=3.3.0,<4" ,
44
44
" tox>=4.6.4,<5" ,
45
- " ruff==0.3.7 " ,
45
+ " ruff==0.7.0 " ,
46
46
" coverage[toml]>=7.2,<8.0" ,
47
47
" wagtail-modeladmin>=2.0.0" ,
48
48
]
You can’t perform that action at this time.
0 commit comments