Skip to content

Commit

Permalink
Update google profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou committed Jun 29, 2023
1 parent 5cdc6c4 commit e65f945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isort/profiles.py
Expand Up @@ -24,7 +24,8 @@
"force_single_line": True,
"force_sort_within_sections": True,
"lexicographical": True,
"single_line_exclusions": ("typing",),
"line_length": 1000,
"single_line_exclusions": ("collections.abc", "typing"),
"order_by_type": False,
"group_by_package": True,
}
Expand Down

0 comments on commit e65f945

Please sign in to comment.