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 bc1f275 commit 015bd65Copy full SHA for 015bd65
README.md
@@ -2,10 +2,12 @@
2
3
[Rust](https://www.rust-lang.org) tools package for [pre-commit](https://pre-commit.com).
4
5
+Forked from: (doublify's pre-commit-rust)[] (**NOTE: Their repo is unmaintained**)
6
+
7
## Using rust tools with pre-commit
8
9
```yaml
-- repo: https://github.com/doublify/pre-commit-rust
10
+- repo: https://github.com/antonio-hickey/rusted-pre-commits
11
rev: master
12
hooks:
13
- id: fmt
@@ -16,9 +18,9 @@
16
18
## Passing arguments to rustfmt
17
19
20
21
22
23
24
- args: ['--verbose', '--edition', '2018', '--']
25
+ args: ['--verbose', '--edition', '2021', '--']
26
```
0 commit comments