We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d8e5f commit 502c407Copy full SHA for 502c407
1 file changed
.pre-commit-config.yaml
@@ -11,16 +11,14 @@ repos:
11
12
# C++
13
- repo: https://github.com/pre-commit/mirrors-clang-format
14
- rev: v21.1.8
+ rev: v22.1.1
15
hooks:
16
- id: clang-format
17
18
# python
19
-- repo: https://github.com/pycqa/isort
20
- rev: 7.0.0
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.15.6
21
22
- - id: isort
23
-- repo: https://github.com/psf/black-pre-commit-mirror
24
- rev: 26.1.0
25
- hooks:
26
- - id: black
+ - id: ruff-check
+ args: [ --fix ]
+ - id: ruff-format
0 commit comments