First working version

This commit is contained in:
2021-11-25 17:55:49 +08:00
commit 7f899a57a8
23 changed files with 1628 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[tool:isort]
line_length = 120
indent = ' '
multi_line_output = 3
no_lines_before = LOCALFOLDER
use_parentheses = true
lines_after_imports = 2
skip_glob = .tox,.direnv,*_pb2.py
include_trailing_comma = true
case_sensitive = true
force_grid_wrap = 2
combine_as_imports = true