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 a96456d commit 1e60475Copy full SHA for 1e60475
AGENTS.md
@@ -21,6 +21,15 @@
21
should omit unnecessary parentheses around `if` conditions.
22
- Install the pre-commit hooks with `pre-commit install` and run them with
23
`pre-commit run --files <file1> <file2>` or `pre-commit run --all-files`.
24
+
25
+Install the required Rust components before running pre-commit:
26
27
+```bash
28
+rustup component add rustfmt clippy
29
+```
30
31
+If installation is blocked by a proxy, see the [offline installation guide](https://rust-lang.github.io/rustup/installation/other.html).
32
33
- The same checks can be run manually using the scripts in `ci/scripts`:
34
- `./ci/scripts/python_lint.sh`
35
- `./ci/scripts/rust_fmt.sh`
0 commit comments