Skip to content

Commit eb55824

Browse files
committed
added flak8/isort rules
1 parent daf972a commit eb55824

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,16 @@ universal = 1
1313

1414
[metadata]
1515
description-file = README.rst
16+
17+
[flake8]
18+
exclude = build,.git,.hg,.tox,.lib,__pycache__
19+
max-line-length = 119
20+
21+
[isort]
22+
combine_as_imports = true
23+
default_section = THIRDPARTY
24+
include_trailing_comma = true
25+
line_length = 119
26+
multi_line_output = 5
27+
not_skip = __init__.py
28+
indent = 4

0 commit comments

Comments
 (0)