File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : a84eb20
2+ _commit : 0c4df0a
33_src_path : .
44add_extension : rust
55
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ lint-py: ## run python linter with ruff
4141 python -m ruff check rust_template
4242 python -m ruff format --check rust_template
4343
44- lint-rust : # # run the ruff linter
44+ lint-rust : # # run the rust linter
4545 make -C rust lint
4646
4747lint : lint-rust lint-py # # run project linters
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ default-section = "third-party"
9292known-first-party = [" rust_template" ]
9393section-order = [
9494 " future" ,
95+ " standard-library" ,
9596 " third-party" ,
9697 " first-party" ,
9798 " local-folder" ,
You can’t perform that action at this time.
0 commit comments