diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..cc23bcc --- /dev/null +++ b/setup.cfg @@ -0,0 +1,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 |
