Skip to content

Commit 207e136

Browse files
committed
fixup
1 parent a31b523 commit 207e136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
description: 'Validate cudf-polars IR.do_evaluate signatures.'
105105
entry: ./ci/ir_check.py
106106
language: python
107-
files: ^python/cudf_polars/cudf_polars/dsl/ir\.py$
107+
files: ^python/cudf_polars/cudf_polars/(dsl/ir|experimental/(shuffle|io|sort))\.py$
108108
pass_filenames: true
109109
verbose: true
110110
types: [python]

0 commit comments

Comments
 (0)