Skip to content

Commit 084c074

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4)
1 parent 6181755 commit 084c074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.8.3"
11+
rev: "v0.8.4"
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --show-fixes, --ignore=E741, --exclude=__init__.py]

0 commit comments

Comments
 (0)