We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7efd79 commit c3925e3Copy full SHA for c3925e3
1 file changed
.pre-commit-config.yaml
@@ -29,18 +29,15 @@ repos:
29
- --warnings=all
30
- id: buildifier-lint
31
args: *args
32
- - repo: https://github.com/pycqa/isort
33
- rev: 5.12.0
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.15.14
34
hooks:
35
- - id: isort
36
- name: isort (python)
37
- args:
38
- - --profile
39
- - black
40
- - repo: https://github.com/psf/black
41
- rev: 25.1.0
42
- hooks:
43
- - id: black
+ - id: ruff-check
+ args: [ --fix ]
+ exclude: testdata
+ - id: ruff-format
+
44
- repo: local
45
46
- id: update-deleted-packages
0 commit comments