Skip to content

Commit 7c56313

Browse files
authored
Update DEVELOPMENT.md (RustPython#4980)
add a note on the fact we're using cspell, we can then allow it during ci ref: RustPython#4700
1 parent ff70557 commit 7c56313

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The contents of the Development Guide include:
1919

2020
RustPython requires the following:
2121

22-
- Rust latest stable version (e.g 1.51.0 as of Apr 2 2021)
22+
- Rust latest stable version (e.g 1.69.0 as of Apr 20 2023)
2323
- To check Rust version: `rustc --version`
2424
- If you have `rustup` on your system, enter to update to the latest
2525
stable version: `rustup update stable`
@@ -47,7 +47,10 @@ you can check yourself with `cargo clippy`.
4747

4848
Custom Python code (i.e. code not copied from CPython's standard library) should
4949
follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style. We also use
50-
[flake8](http://flake8.pycqa.org/en/latest/) to check Python code style.
50+
[ruff](https://beta.ruff.rs/docs/) to check Python code style.
51+
52+
In addition to language specific tools, [cspell](https://github.com/streetsidesoftware/cspell),
53+
a code spell checker, is used in order to ensure correct spellings for code.
5154

5255
## Testing
5356

0 commit comments

Comments
 (0)