Skip to content

Commit cfea041

Browse files
committed
Remove isort configuration from setup.cfg
1 parent 61d06f2 commit cfea041

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

setup.cfg

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,3 @@
22
ignore = C901,E501,W503
33
per-file-ignores = __init__.py:F401, config/settings/*:F403
44
exclude = */migrations/*,*/node_modules/*
5-
6-
[isort]
7-
known_first_party=etna
8-
known_django=django
9-
known_wagtail=wagtail,modelcluster
10-
skip=migrations,node_modules,venv,.git,__pycache__
11-
# While not supported, blocked_extensions shortcuts further filesystem operations
12-
# See https://pycqa.github.io/isort/docs/configuration/options/#blocked-extensions
13-
blocked_extensions=rst,html,js,svg,txt,css,scss,png,snap,tsx
14-
sections=FUTURE,STDLIB,DJANGO,WAGTAIL,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
15-
default_section=THIRDPARTY
16-
multi_line_output=3
17-
include_trailing_comma=True
18-
force_grid_wrap=0
19-
use_parentheses=True
20-
lines_between_types=1
21-
line_length=88
22-
known_third_party=faker,gunicorn,taggit
23-
profile=black

0 commit comments

Comments
 (0)