Skip to content

Commit

Permalink
Configure isort not to conflict with black.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kineolyan committed Oct 19, 2021
1 parent a58675e commit 4328536
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# From isort documentation
# https://pycqa.github.io/isort/docs/configuration/black_compatibility.html
[settings]
profile = black
multi_line_output = 3

0 comments on commit 4328536

Please sign in to comment.