@@ -55,12 +55,12 @@ repos:
5555 rev : 25.1.0
5656 hooks :
5757 - id : black
58- # - id: black-jupyter # Consider adding this
58+ # - id: black-jupyter # Consider adding this
5959 - repo : https://github.com/astral-sh/ruff-pre-commit
6060 rev : v0.11.5
6161 hooks :
6262 - id : ruff
63- args : [--fix-only, --show-fixes] # --unsafe-fixes]
63+ args : [--fix-only, --show-fixes] # --unsafe-fixes]
6464 - repo : https://github.com/PyCQA/flake8
6565 rev : 7.2.0
6666 hooks :
7070 # These versions need updated manually
7171 - flake8==7.2.0
7272 - flake8-bugbear==24.12.12
73- - flake8-simplify==0.21.0 # Not maintained, so consider deleting
73+ - flake8-simplify==0.21.0 # Not maintained, so consider deleting
7474 - repo : https://github.com/codespell-project/codespell
7575 rev : v2.4.1
7676 hooks :
8888 - repo : https://github.com/rapidsai/dependency-file-generator
8989 rev : v1.20.0
9090 hooks :
91- - id : rapids-dependency-file-generator
92- args : ["--clean", "--warn-all", "--strict"]
91+ - id : rapids-dependency-file-generator
92+ args : ["--clean", "--warn-all", "--strict"]
9393 - repo : local
9494 hooks :
9595 - id : nx-cugraph-meta-data-update
@@ -140,7 +140,7 @@ repos:
140140 ^[.]pre-commit-config[.]yaml$|
141141 recipe[.]yaml$
142142 - id : verify-alpha-spec
143- args : [" --fix" ]
143+ args : [--fix, --mode, release ]
144144 - repo : https://github.com/pre-commit/pre-commit-hooks
145145 rev : v5.0.0
146146 hooks :
0 commit comments