blob: 8043dd99065160342aa1158ba4ad4f1890ee1252 [file] [log] [blame]
Chillar Anand915b3432021-09-02 16:44:59 +05301[tool.black]
2line-length = 99
3
4[tool.isort]
5line_length = 99
6multi_line_output = 3
7include_trailing_comma = true
8force_grid_wrap = 0
9use_parentheses = true
10ensure_newline_before_comments = true
11indent = "\t"