File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- repo : https://github.com/psf/black
10
- rev : " 24.3.0 "
10
+ rev : " 24.4.2 "
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : v0.3.3
14
+ rev : v0.4.9
15
15
hooks :
16
16
- id : ruff
17
17
- repo : https://github.com/RobertCraigie/pyright-python
18
- rev : v1.1.354
18
+ rev : v1.1.368
19
19
hooks :
20
20
- id : pyright
21
21
name : pyright (system)
Original file line number Diff line number Diff line change @@ -35,20 +35,21 @@ scripts = [
35
35
" invoke==2.2.0" ,
36
36
]
37
37
lint = [
38
- " black==24.3.0 " ,
39
- " ruff==0.3.3 " ,
38
+ " black==24.4.2 " ,
39
+ " ruff==0.4.9 " ,
40
40
]
41
41
check = [
42
- " pyright==1.1.354" ,
42
+ " pyright==1.1.368" ,
43
+ " pytest==8.2.2" ,
43
44
]
44
45
test = [
45
- " pytest==8.1.1 " ,
46
- " pytest-mock==3.12 .0" ,
47
- " coverage==7.4.4 " ,
46
+ " pytest==8.2.2 " ,
47
+ " pytest-mock==3.14 .0" ,
48
+ " coverage==7.5.3 " ,
48
49
]
49
50
dev = [
50
- " pre-commit==3.6.2 " ,
51
- " debugpy==1.8 .1" ,
51
+ " ipython==8.25.0 " ,
52
+ " pre-commit==3.7 .1" ,
52
53
" zimscraperlib[scripts]" ,
53
54
" zimscraperlib[lint]" ,
54
55
" zimscraperlib[test]" ,
You can’t perform that action at this time.
0 commit comments