Skip to content

Commit bd9bb64

Browse files
authored
dev: Update pre-commit hooks (#1979)
From a run of `pre-commit autoupdate`.
1 parent f02794a commit bd9bb64

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/keith/pre-commit-buildifier
3-
rev: 8.0.1
3+
rev: 8.0.3
44
hooks:
55
- id: buildifier
66
- id: buildifier-lint
@@ -11,7 +11,7 @@ repos:
1111
types_or: [ python, pyi ]
1212
args: [ "--ignore-missing-imports", "--scripts-are-modules" ]
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.9.6
14+
rev: v0.11.8
1515
hooks:
1616
- id: ruff
1717
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)