Skip to content

Commit 09b5ee8

Browse files
committed
Update isort order
1 parent 63f090b commit 09b5ee8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: dfc65a1
2+
_commit: 0c4df0a
33
_src_path: .
44
add_extension: python
55

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,7 @@ _template/labextension
137137

138138
# Mac
139139
.DS_Store
140+
141+
# Rust
142+
target
143+

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ default-section = "third-party"
111111
known-first-party = ["python_template"]
112112
section-order = [
113113
"future",
114+
"standard-library",
114115
"third-party",
115116
"first-party",
116117
"local-folder",

0 commit comments

Comments
 (0)