diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e12e83ae3..bfffa3dca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,3 +28,8 @@ repos: args: ["--toml", "python/cucim/pyproject.toml"] additional_dependencies: - tomli + - repo: https://github.com/rapidsai/dependency-file-generator + rev: v1.8.0 + hooks: + - id: rapids-dependency-file-generator + args: ["--clean"] diff --git a/run b/run index c8bec742e..3a8693531 100755 --- a/run +++ b/run @@ -614,7 +614,7 @@ install_python_test_deps_() { else run_command pip3 install --user -e .[test] fi - popd + popd fi hash -r }