Skip to content

Commit

Permalink
Set isort profile to black
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Apr 18, 2023
1 parent 4b9b7c6 commit 064976a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ ignore = E121 E122 E123 E124 E125 E126 E127 E128 E711 E712 F811 F841 H803 E501 E
exclude =
.circleci,
.github,
venv
venv

[isort]
profile = black

0 comments on commit 064976a

Please sign in to comment.