File tree 2 files changed +12
-13
lines changed
2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ default_language_version:
9
9
python : python3
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.6 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : check-added-large-files
15
15
- id : check-ast
20
20
- id : mixed-line-ending
21
21
# - id: trailing-whitespace
22
22
- repo : https://github.com/abravalheri/validate-pyproject
23
- rev : v0.18
23
+ rev : v0.20.2
24
24
hooks :
25
25
- id : validate-pyproject
26
26
name : Validate pyproject.toml
@@ -34,29 +34,29 @@ repos:
34
34
hooks :
35
35
- id : isort
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.15.2
37
+ rev : v3.18.0
38
38
hooks :
39
39
- id : pyupgrade
40
- args : [--py38 -plus]
40
+ args : [--py39 -plus]
41
41
# - repo: https://github.com/MarcoGorelli/auto-walrus
42
42
# rev: v0.2.2
43
43
# hooks:
44
44
# - id: auto-walrus
45
45
# args: [--line-length, "100"]
46
46
- repo : https://github.com/psf/black
47
- rev : 24.4.2
47
+ rev : 24.10.0
48
48
hooks :
49
49
- id : black
50
50
# - id: black-jupyter
51
51
- repo : https://github.com/PyCQA/flake8
52
- rev : 7.0.0
52
+ rev : 7.1.1
53
53
hooks :
54
54
- id : flake8
55
55
additional_dependencies : &flake8_dependencies
56
56
# These versions need updated manually
57
- - flake8==7.0.0
58
- - flake8-comprehensions==3.14 .0
59
- - flake8-bugbear==24.4.26
57
+ - flake8==7.1.1
58
+ - flake8-comprehensions==3.15 .0
59
+ - flake8-bugbear==24.8.19
60
60
# - flake8-simplify==0.20.0
61
61
- repo : https://github.com/asottile/yesqa
62
62
rev : v1.5.0
71
71
# - id: pyroma
72
72
# args: [-n, "10", .]
73
73
- repo : https://github.com/pre-commit/pre-commit-hooks
74
- rev : v4.6 .0
74
+ rev : v5.0 .0
75
75
hooks :
76
76
- id : no-commit-to-branch # no commit directly to main
Original file line number Diff line number Diff line change @@ -65,9 +65,8 @@ classifiers = [
65
65
" Topic :: Software Development :: Libraries :: Python Modules" ,
66
66
]
67
67
dependencies = [
68
- # These are super-old; can/should we update them?
69
- " cffi>=1.11" ,
70
- " numpy>=1.19" ,
68
+ " cffi>=1.15" ,
69
+ " numpy>=1.23" ,
71
70
]
72
71
[project .urls ]
73
72
homepage = " https://github.com/GraphBLAS/python-suitesparse-graphblas"
You can’t perform that action at this time.
0 commit comments