Skip to content

Commit c27736d

Browse files
chore(deps): update pre-commit-deps
1 parent 7b3e6f5 commit c27736d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
files: *buildifier_external_files
2828
args: *buildifier_external_args
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.5.0
30+
rev: v4.6.0
3131
hooks:
3232
- id: check-added-large-files
3333
- id: check-ast
@@ -44,12 +44,12 @@ repos:
4444
- id: yapf
4545
args: [-i, --style, .style.yapf]
4646
- repo: https://github.com/asottile/reorder_python_imports
47-
rev: v3.12.0
47+
rev: v3.13.0
4848
hooks:
4949
- id: reorder-python-imports
5050
args: [--py37-plus]
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.2.2
52+
rev: v0.5.1
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --show-fixes, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)