Socialify

Folder ..

Viewing setup.cfg
11 lines (10 loc) • 259.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
[flake8]
max-line-length = 140
exclude = .tox,.eggs,ci/templates,build,dist

[tool:isort]
force_single_line = True
line_length = 120
known_first_party = edify
default_section = THIRDPARTY
forced_separate = test_edify
skip = .tox,.eggs,ci/templates,build,dist