File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : a84eb20
2
+ _commit : 0c4df0a
3
3
_src_path : .
4
4
add_extension : rust
5
5
email : t.paine154@gmail.com
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ lint-py: ## run python linter with ruff
41
41
python -m ruff check rust_template
42
42
python -m ruff format --check rust_template
43
43
44
- lint-rust : # # run the ruff linter
44
+ lint-rust : # # run the rust linter
45
45
make -C rust lint
46
46
47
47
lint : 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"
92
92
known-first-party = [" rust_template" ]
93
93
section-order = [
94
94
" future" ,
95
+ " standard-library" ,
95
96
" third-party" ,
96
97
" first-party" ,
97
98
" local-folder" ,
You can’t perform that action at this time.
0 commit comments