Skip to content

Commit 07369ee

Browse files
committed
chore: pre-commit autoupdate
1 parent bd7e977 commit 07369ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ repos:
1010
- id: check-toml
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.12.11
13+
rev: v0.13.1
1414
hooks:
15-
- id: ruff
16-
args: [--fix]
15+
# Run the linter.
16+
- id: ruff-check
17+
# Run the formatter.
1718
- id: ruff-format

0 commit comments

Comments
 (0)