Skip to content

Commit

Permalink
Added isort to setup, makefile and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshranaut committed Apr 26, 2023
1 parent 1ce3072 commit b501116
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[settings]
profile=black
force_grid_wrap=1
multi_line_output=3
honor_noqa=true
float_to_top=true
combine_as_imports=true
force_sort_within_sections=true
include_trailing_comma=true
extra_standard_library=pytest
known_first_party=eth
line_length=88
use_parentheses=true
# skip `__init__.py` files because sometimes order of initialization is important
skip=__init__.py

0 comments on commit b501116

Please sign in to comment.