aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: cc23bccb5465a1f06ebc2b8824fca20edb707d98 (plain)
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