File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
name : Validate pyproject.toml
32
32
# I don't yet trust ruff to do what autoflake does
33
33
- repo : https://github.com/PyCQA/autoflake
34
- rev : v2.1.1
34
+ rev : v2.2.0
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.4 .0
43
+ rev : v3.8 .0
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.270
58
+ rev : v0.0.275
59
59
hooks :
60
60
- id : ruff
61
61
args : [--fix-only, --show-fixes]
@@ -69,19 +69,19 @@ repos:
69
69
- flake8-bugbear==23.5.9
70
70
- flake8-simplify==0.20.0
71
71
- repo : https://github.com/asottile/yesqa
72
- rev : v1.4 .0
72
+ rev : v1.5 .0
73
73
hooks :
74
74
- id : yesqa
75
75
additional_dependencies : *flake8_dependencies
76
76
- repo : https://github.com/codespell-project/codespell
77
- rev : v2.2.4
77
+ rev : v2.2.5
78
78
hooks :
79
79
- id : codespell
80
80
types_or : [python, rst, markdown]
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.270
84
+ rev : v0.0.275
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