Skip to content

Commit c32c15a

Browse files
Christina ZhaoChristina Zhao
authored andcommitted
removed vs commented out changes in config
just removed the style changes that are no longer applied from the toml file
1 parent 8c779be commit c32c15a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,10 @@ known_local_folder = ["tests", "scripts", "cforge"] # treat these folde
285285
###############################################################################
286286
# Style niceties
287287
###############################################################################
288-
# force_alphabetical_sort_within_sections = true # always alphabetise names inside each block
289288
case_sensitive = true # case sensitive sorting
290289
order_by_type = false # don't group imports by "type vs. straight name"
291290
balanced_wrapping = true # spread wrapped imports evenly between lines
292291
lines_between_sections = 1 # exactly one blank line between the five groups
293-
# lines_between_types = 1 # one blank line between 'import X' and 'from X import ...'
294292
no_lines_before = ["LOCALFOLDER"] # suppress blank line *before* the LOCALFOLDER block
295293
ensure_newline_before_comments = true # newline before any inline # comment after an import
296294

0 commit comments

Comments
 (0)