File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
- id : validate-pyproject
31
31
name : Validate pyproject.toml
32
32
# I don't yet trust ruff to do what autoflake does
33
- - repo : https://github.com/myint /autoflake
34
- rev : v2.0.2
33
+ - repo : https://github.com/PyCQA /autoflake
34
+ rev : v2.1.1
35
35
hooks :
36
36
- id : autoflake
37
37
args : [--in-place]
40
40
hooks :
41
41
- id : isort
42
42
- repo : https://github.com/asottile/pyupgrade
43
- rev : v3.3.1
43
+ rev : v3.3.2
44
44
hooks :
45
45
- id : pyupgrade
46
46
args : [--py38-plus]
55
55
- id : black
56
56
# - id: black-jupyter
57
57
- repo : https://github.com/charliermarsh/ruff-pre-commit
58
- rev : v0.0.261
58
+ rev : v0.0.263
59
59
hooks :
60
60
- id : ruff
61
61
args : [--fix-only, --show-fixes]
81
81
additional_dependencies : [tomli]
82
82
files : ^(graphblas_algorithms|docs)/
83
83
- repo : https://github.com/charliermarsh/ruff-pre-commit
84
- rev : v0.0.261
84
+ rev : v0.0.263
85
85
hooks :
86
86
- id : ruff
87
87
# `pyroma` may help keep our package standards up to date if best practices change.
You can’t perform that action at this time.
0 commit comments