Skip to content

Commit 826e718

Browse files
authored
Update ruff pre-commit hook version to v0.14.0 (#118)
1 parent 24409e0 commit 826e718

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
@@ -35,9 +35,9 @@ repos:
3535
args: [--prose-wrap=always]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.13.3
38+
rev: v0.14.0
3939
hooks:
40-
- id: ruff
40+
- id: ruff-check
4141
args: ["--fix", "--show-fixes"]
4242
- id: ruff-format
4343

0 commit comments

Comments
 (0)