Add isort to CI pipeline

This commit is contained in:
Milan Stute
2020-12-02 16:18:57 +01:00
parent 2f0cbe1a8f
commit 91e204f8a2
7 changed files with 29 additions and 11 deletions
+10 -1
View File
@@ -2,4 +2,13 @@
extend-ignore = E203, E501
max-line-length = 80
max-complexity = 18
select = B9
select = B9
[isort]
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
line_length = 88