We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a625006 commit 298d141Copy full SHA for 298d141
.pre-commit-config.yaml
@@ -88,7 +88,7 @@ repos:
88
hooks:
89
- id: check-json
90
- repo: https://github.com/rapidsai/pre-commit-hooks
91
- rev: v1.2.0
+ rev: v1.3.3
92
93
- id: verify-copyright
94
name: verify-copyright-raft
@@ -149,6 +149,18 @@ repos:
149
- id: verify-alpha-spec
150
- id: verify-codeowners
151
args: [--fix, --project-prefix=raft]
152
+ - id: verify-hardcoded-version
153
+ exclude: |
154
+ (?x)
155
+ devcontainer[.]json$|
156
+ dependencies[.]yaml$|
157
+ ^[.]github/workflows/|
158
+ [.]md$|
159
+ pom[.]xml$|
160
+ ^[.]pre-commit-config[.]yaml$|
161
+ [.]rst$|
162
+ ^conda/environments/|
163
+ [.](png)$
164
- repo: https://github.com/rapidsai/dependency-file-generator
165
rev: v1.20.0
166
0 commit comments