Skip to content

Commit 197f12d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.6 → v0.7.2](astral-sh/ruff-pre-commit@v0.4.6...v0.7.2)
1 parent 9ee98e3 commit 197f12d

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
@@ -1,11 +1,11 @@
11
exclude: '.git|.tox'
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
fail_fast: true
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
77
# Ruff version.
8-
rev: v0.4.6
8+
rev: v0.7.2
99
hooks:
1010
# Run the linter.
1111
- id: ruff

0 commit comments

Comments
 (0)