Skip to content

Commit

Permalink
Fixes isort/black compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Nov 28, 2023
1 parent ecb2531 commit 6d66048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ignore =
E501, # line too long \
W503, # line break before binary operator \
W605 # invalid escape sequence
[isort]
profile = black
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ignore =
E501, # line too long \
W503, # line break before binary operator \
W605 # invalid escape sequence
[isort]
profile = black

0 comments on commit 6d66048

Please sign in to comment.