File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,31 @@ repos:
150150 - id : verify-codeowners
151151 args : [--fix, --project-prefix=raft]
152152 - id : verify-hardcoded-version
153+ exclude : |
154+ (?x)
155+ (^|/)devcontainer[.]json$|
156+ (^|/)dependencies[.]yaml$|
157+ ^[.]github/(workflows|ISSUE_TEMPLATE)/|
158+ (^|/)pom[.]xml$|
159+ ^[.]pre-commit-config[.]yaml$|
160+ ^conda/environments/|
161+ (^|/)UCXX_BRANCH$|
162+ (^|/)RAPIDS_BRANCH$|
163+ [.](md|rst)$
153164 - id : verify-hardcoded-version
154165 name : verify-hardcoded-version-ucxx
155166 args : [--fix, --version-file=UCXX_VERSION]
167+ exclude : |
168+ (?x)
169+ (^|/)devcontainer[.]json$|
170+ (^|/)dependencies[.]yaml$|
171+ ^[.]github/(workflows|ISSUE_TEMPLATE)/|
172+ (^|/)pom[.]xml$|
173+ ^[.]pre-commit-config[.]yaml$|
174+ ^conda/environments/|
175+ (^|/)UCXX_BRANCH$|
176+ (^|/)RAPIDS_BRANCH$|
177+ [.](md|rst)$
156178 - id : verify-pyproject-license
157179 # ignore the top-level pyproject.toml, which doesn't
158180 # have or need a [project] table
You can’t perform that action at this time.
0 commit comments