blob: 3e11bf3176945842f6e4cf4c71193ecf50ccb2f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[flake8]
max-line-length = 140
exclude = .tox,.eggs,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,build,dist
|