Skip to content

Commit

Permalink
Add ensure_newline_before_comments to black profile
Browse files Browse the repository at this point in the history
Since PyCQA#1000 was merged to address black compatibility, best include it in the profile.
  • Loading branch information
StephenBrown2 committed Jan 3, 2020
1 parent c54b3dd commit e0ba8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isort/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"include_trailing_comma": True,
"force_grid_wrap": 0,
"use_parentheses": True,
"ensure_newline_before_comments": True,
}
django = {
"combine_as_imports": True,
Expand Down

0 comments on commit e0ba8f5

Please sign in to comment.