File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 - id : validate-pyproject
3131 name : Validate pyproject.toml
3232 # 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
3535 hooks :
3636 - id : autoflake
3737 args : [--in-place]
4040 hooks :
4141 - id : isort
4242 - repo : https://github.com/asottile/pyupgrade
43- rev : v3.3.1
43+ rev : v3.3.2
4444 hooks :
4545 - id : pyupgrade
4646 args : [--py38-plus]
5555 - id : black
5656 # - id: black-jupyter
5757 - repo : https://github.com/charliermarsh/ruff-pre-commit
58- rev : v0.0.261
58+ rev : v0.0.263
5959 hooks :
6060 - id : ruff
6161 args : [--fix-only, --show-fixes]
8181 additional_dependencies : [tomli]
8282 files : ^(graphblas_algorithms|docs)/
8383 - repo : https://github.com/charliermarsh/ruff-pre-commit
84- rev : v0.0.261
84+ rev : v0.0.263
8585 hooks :
8686 - id : ruff
8787 # `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