Skip to content

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
@@ -31,9 +31,9 @@ repos:
3131
- id: requirements-txt-fixer
3232
- id: trailing-whitespace
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.8.2
34+
rev: v0.14.6
3535
hooks:
36-
- id: ruff
36+
- id: ruff-check
3737
args: [--exit-non-zero-on-fix, --fix]
3838
- id: ruff-format
3939
args: [--check]

0 commit comments

Comments
 (0)