Skip to content

Commit 0aeae1e

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

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.6.9
99
hooks:
1010
# Run the linter.
1111
- id: ruff

0 commit comments

Comments
 (0)