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 8b7a41e commit 86e54c0Copy full SHA for 86e54c0
.pre-commit-config.yaml
@@ -4,17 +4,12 @@ repos:
4
hooks:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- # - repo: https://github.com/astral-sh/ruff-pre-commit
8
- # # Ruff version.
9
- # rev: v0.9.0
10
- # hooks:
11
- # # Run the linter.
12
- # - id: ruff
13
- # args: [ --fix ]
14
- # # Run the formatter.
15
- # - id: ruff-format
16
- #- repo: https://github.com/pre-commit/mirrors-clang-format
17
- # rev: v15.0.7
18
19
- # - id: clang-format
20
- # args: ["--sort-includes=false"]
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ # Ruff version.
+ rev: v0.9.0
+ hooks:
+ # Run the linter.
+ - id: ruff
+ args: [ --fix ]
+ # Run the formatter.
+ - id: ruff-format
0 commit comments