File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ repos:
3333 - id : name-tests-test
3434 args : ["--pytest-test-first"]
3535 - repo : https://github.com/abravalheri/validate-pyproject
36- rev : v0.15
36+ rev : v0.16
3737 hooks :
3838 - id : validate-pyproject
3939 name : Validate pyproject.toml
4040 # I don't yet trust ruff to do what autoflake does
4141 - repo : https://github.com/PyCQA/autoflake
42- rev : v2.2 .1
42+ rev : v2.3 .1
4343 hooks :
4444 - id : autoflake
4545 args : [--in-place]
4848 hooks :
4949 - id : isort
5050 - repo : https://github.com/asottile/pyupgrade
51- rev : v3.15.0
51+ rev : v3.15.2
5252 hooks :
5353 - id : pyupgrade
5454 args : [--py310-plus]
@@ -58,17 +58,17 @@ repos:
5858 - id : auto-walrus
5959 args : [--line-length, "100"]
6060 - repo : https://github.com/psf/black
61- rev : 23.12.1
61+ rev : 24.3.0
6262 hooks :
6363 - id : black
6464 # - id: black-jupyter
6565 - repo : https://github.com/astral-sh/ruff-pre-commit
66- rev : v0.1.9
66+ rev : v0.3.4
6767 hooks :
6868 - id : ruff
6969 args : [--fix-only, --show-fixes]
7070 - repo : https://github.com/PyCQA/flake8
71- rev : 6.1 .0
71+ rev : 7.0 .0
7272 hooks :
7373 - id : flake8
7474 additional_dependencies : &flake8_dependencies
8989 additional_dependencies : [tomli]
9090 files : ^(graphblas_algorithms|docs)/
9191 - repo : https://github.com/astral-sh/ruff-pre-commit
92- rev : v0.1.9
92+ rev : v0.3.4
9393 hooks :
9494 - id : ruff
9595 # `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