File tree Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
- - repo : https://gitlab.com/vojko.pribudic.foss/pre-commit-update
2
+ - repo : https://gitlab.com/vojko.pribudic.foss/pre-commit-update
3
3
rev : v0.8.0
4
4
hooks :
5
- - id : pre-commit-update
6
- - repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v5 .0.0
5
+ - id : pre-commit-update
6
+ - repo : https://github.com/pre-commit/pre-commit-hooks
7
+ rev : v6 .0.0
8
8
hooks :
9
- - id : trailing-whitespace
10
- - id : end-of-file-fixer
11
- - id : check-yaml
12
- - id : check-json
13
- - id : detect-private-key
14
- - id : requirements-txt-fixer
15
- - repo : https://github.com/codespell-project/codespell
9
+ - id : trailing-whitespace
10
+ - id : end-of-file-fixer
11
+ - id : check-yaml
12
+ - id : check-json
13
+ - id : detect-private-key
14
+ - id : requirements-txt-fixer
15
+ - repo : https://github.com/codespell-project/codespell
16
16
rev : v2.4.1
17
17
hooks :
18
- - id : codespell
18
+ - id : codespell
19
19
exclude : ^locale/
20
- - repo : https://github.com/astral-sh/ruff-pre-commit
21
- rev : v0.12.5
20
+ - repo : https://github.com/astral-sh/ruff-pre-commit
21
+ rev : v0.12.9
22
22
hooks :
23
- - id : ruff-check
23
+ - id : ruff-check
24
24
args : [--fix]
25
- - id : ruff-format
25
+ - id : ruff-format
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ aspy.yaml==1.3.0
3
3
attrs == 25.3.0
4
4
backcall == 0.2.0
5
5
cfgv == 3.4.0
6
- coverage == 7.10.0
6
+ coverage == 7.10.3
7
7
decorator == 5.2.1
8
- identify == 2.6.12
8
+ identify == 2.6.13
9
9
importlib-metadata == 8.7.0
10
10
importlib-resources == 6.5.2
11
11
ipdb == 0.13.13
@@ -19,7 +19,7 @@ parso==0.8.4
19
19
pexpect == 4.9.0
20
20
pickleshare == 0.7.5
21
21
pluggy == 1.6.0
22
- pre-commit == 4.2 .0
22
+ pre-commit == 4.3 .0
23
23
pretend == 1.0.9
24
24
prompt-toolkit == 3.0.51
25
25
ptyprocess == 0.7.0
@@ -31,8 +31,8 @@ pytest-cov==6.2.1
31
31
pytest-mock == 3.14.1
32
32
six == 1.17.0
33
33
toml == 0.10.2
34
- tox == 4.28.1
34
+ tox == 4.28.4
35
35
traitlets == 5.14.3
36
- virtualenv == 20.32.0
36
+ virtualenv == 20.33.1
37
37
wcwidth == 0.2.13
38
38
zipp == 3.23.0
Original file line number Diff line number Diff line change 1
1
requests == 2.32.4
2
- web3 == 7.12.1
2
+ web3 == 7.13.0
3
3
websockets == 15.0.1
You can’t perform that action at this time.
0 commit comments