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 77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99- repo : https://github.com/psf/black
10- rev : " 24.3.0 "
10+ rev : " 24.4.2 "
1111 hooks :
1212 - id : black
1313- repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.3.3
14+ rev : v0.4.9
1515 hooks :
1616 - id : ruff
1717- repo : https://github.com/RobertCraigie/pyright-python
18- rev : v1.1.354
18+ rev : v1.1.368
1919 hooks :
2020 - id : pyright
2121 name : pyright (system)
Original file line number Diff line number Diff line change @@ -35,20 +35,21 @@ scripts = [
3535 " invoke==2.2.0" ,
3636]
3737lint = [
38- " black==24.3.0 " ,
39- " ruff==0.3.3 " ,
38+ " black==24.4.2 " ,
39+ " ruff==0.4.9 " ,
4040]
4141check = [
42- " pyright==1.1.354" ,
42+ " pyright==1.1.368" ,
43+ " pytest==8.2.2" ,
4344]
4445test = [
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 " ,
4849]
4950dev = [
50- " pre-commit==3.6.2 " ,
51- " debugpy==1.8 .1" ,
51+ " ipython==8.25.0 " ,
52+ " pre-commit==3.7 .1" ,
5253 " zimscraperlib[scripts]" ,
5354 " zimscraperlib[lint]" ,
5455 " zimscraperlib[test]" ,
You can’t perform that action at this time.
0 commit comments