Skip to content

Commit

Permalink
update isort settings
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Aug 24, 2024
1 parent 72dc8e5 commit b37a19a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: a84eb20
_commit: 0c4df0a
_src_path: .
add_extension: rust
email: t.paine154@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lint-py: ## run python linter with ruff
python -m ruff check rust_template
python -m ruff format --check rust_template

lint-rust: ## run the ruff linter
lint-rust: ## run the rust linter
make -C rust lint

lint: lint-rust lint-py ## run project linters
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ default-section = "third-party"
known-first-party = ["rust_template"]
section-order = [
"future",
"standard-library",
"third-party",
"first-party",
"local-folder",
Expand Down

0 comments on commit b37a19a

Please sign in to comment.