adding isort/pre-commit dev dependencies and setup.cfg for isort
This commit is contained in:
parent
d11480c1c5
commit
a004285514
4 changed files with 124 additions and 2 deletions
|
@ -1,2 +1,9 @@
|
|||
[aliases]
|
||||
test=pytest
|
||||
test=pytest
|
||||
|
||||
[isort]
|
||||
multi_line_output=3
|
||||
include_trailing_comma=True
|
||||
force_grid_wrap=0
|
||||
use_parentheses=True
|
||||
line_length=100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue