Skip to content

Commit

Permalink
add isort config to skip tests and be black formatter compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Oct 24, 2021
1 parent c4ae2d1 commit 686c6c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[settings]
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
line_length = 88
skip = tests

0 comments on commit 686c6c7

Please sign in to comment.