We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dc8e5 commit b37a19aCopy full SHA for b37a19a
3 files changed
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: a84eb20
+_commit: 0c4df0a
3
_src_path: .
4
add_extension: rust
5
email: t.paine154@gmail.com
Makefile
@@ -41,7 +41,7 @@ lint-py: ## run python linter with ruff
41
python -m ruff check rust_template
42
python -m ruff format --check rust_template
43
44
-lint-rust: ## run the ruff linter
+lint-rust: ## run the rust linter
45
make -C rust lint
46
47
lint: lint-rust lint-py ## run project linters
pyproject.toml
@@ -92,6 +92,7 @@ default-section = "third-party"
92
known-first-party = ["rust_template"]
93
section-order = [
94
"future",
95
+ "standard-library",
96
"third-party",
97
"first-party",
98
"local-folder",
0 commit comments