Skip to content

Commit

Permalink
build: remove deprecated isort setting
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 20, 2021
1 parent 12c02bc commit 4965fac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ force_grid_wrap=0
use_parentheses=True
line_length=88
indent = " "
# by default isort don't check module indexes
not_skip = __init__.py
# will group `import x` and `from x import` of the same module.
force_sort_within_sections = true
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
Expand Down

0 comments on commit 4965fac

Please sign in to comment.