Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
style(pre-commit): 馃帹 make isort compatible with black
Browse files Browse the repository at this point in the history
isort and black were disagreeing in multiline imports, this fixes that
  • Loading branch information
cesarcoatl committed Feb 13, 2021
1 parent 1ba1988 commit ecad888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
@@ -1,3 +1,7 @@
[tool.black]
line-length = 79
target-version = ['py27']

[tool.isort]
profile = "black"
multi_line_output = 3

0 comments on commit ecad888

Please sign in to comment.