File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The contents of the Development Guide include:
1919
2020RustPython 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
4848Custom Python code (i.e. code not copied from CPython's standard library) should
4949follow 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
You can’t perform that action at this time.
0 commit comments