Commit 99feda3
authored
fix verify-hardcoded-versions issues (rapidsai#21770)
Fixes this `pre-commit` error on `release/26.04`:
```text
In file RAPIDS_BRANCH:1:9:
release/26.04
warning: do not hard-code version, read from VERSION file instead
```
And this one on `main`:
```text
In file python/cudf/cudf/tests/dataframe/test_binops.py:677:24:
lambda: [25.5, 26.6, 27.7, 28.8],
warning: do not hard-code version, read from VERSION file instead
```
See rapidsai/pre-commit-hooks#121 for details
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Lawrence Mitchell (https://github.com/wence-)
- Bradley Dice (https://github.com/bdice)
URL: rapidsai#217701 parent e992f97 commit 99feda3
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
275 | 276 | | |
| 277 | + | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
| |||
0 commit comments