Skip to content

Commit 82e2113

Browse files
committed
Re-enable Clippy
1 parent f3dce69 commit 82e2113

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: isort
1717
args: ["--profile", "black", "--filter-files"]
1818
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
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
2525
# - repo: https://github.com/python-poetry/poetry
2626
# rev: '1.2.2'
2727
# hooks:

0 commit comments

Comments
 (0)