Skip to content

Commit 48eb07a

Browse files
[pre-commit.ci] pre-commit autoupdate (#856)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/rapidsai/pre-commit-hooks: v1.4.1 → v1.4.3](rapidsai/pre-commit-hooks@v1.4.1...v1.4.3) Authors: - https://github.com/apps/pre-commit-ci - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) URL: #856
1 parent 145523d commit 48eb07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.14
12+
rev: v0.15.4
1313
hooks:
1414
- id: ruff
1515
args: ["--config", "pyproject.toml"]
@@ -19,7 +19,7 @@ repos:
1919
- id: shellcheck
2020
args: ["--severity=warning", "--external-sources"]
2121
- repo: https://github.com/rapidsai/pre-commit-hooks
22-
rev: v1.4.1
22+
rev: v1.4.3
2323
hooks:
2424
- id: verify-copyright
2525
files: |

0 commit comments

Comments
 (0)