Skip to content

Commit b37a19a

Browse files
committedAug 24, 2024·
update isort settings
1 parent 72dc8e5 commit b37a19a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: a84eb20
2+
_commit: 0c4df0a
33
_src_path: .
44
add_extension: rust
55
email: t.paine154@gmail.com

‎Makefile

+1-1
Original file line numberDiff line numberDiff 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

4747
lint: lint-rust lint-py ## run project linters

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ default-section = "third-party"
9292
known-first-party = ["rust_template"]
9393
section-order = [
9494
"future",
95+
"standard-library",
9596
"third-party",
9697
"first-party",
9798
"local-folder",

0 commit comments

Comments
 (0)
Please sign in to comment.