Python 3.8, isort, requirement update

This commit is contained in:
Eriks Karls
2020-01-09 12:03:11 +02:00
parent d9305214eb
commit 71d204843d
10 changed files with 244 additions and 26 deletions

View File

@ -19,3 +19,8 @@ insert_final_newline = false
[Makefile]
indent_style = tab
[*.py]
line_length=120
multi_line_output=0
balanced_wrapping=True