We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dce69 commit 82e2113Copy full SHA for 82e2113
.pre-commit-config.yaml
@@ -16,12 +16,12 @@ repos:
16
- id: isort
17
args: ["--profile", "black", "--filter-files"]
18
name: isort (python)
19
-# - repo: https://github.com/doublify/pre-commit-rust
20
-# rev: v1.0
21
-# hooks:
22
-# - id: fmt
23
-# - id: cargo-check
24
-# - id: clippy
+- repo: https://github.com/doublify/pre-commit-rust
+ rev: v1.0
+ hooks:
+ - id: fmt
+ - id: cargo-check
+ - id: clippy
25
# - repo: https://github.com/python-poetry/poetry
26
# rev: '1.2.2'
27
# hooks:
0 commit comments