瀏覽代碼

Make isort play nice with Black

Maarten van den Berg 5 年之前
父節點
當前提交
7d7611916b
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      .isort.cfg

+ 5 - 2
.isort.cfg

@@ -1,3 +1,6 @@
1 1
 [settings]
2
-multi_line_output = 3
3
-trailing_comma = True
2
+multi_line_output=3
3
+include_trailing_comma=True
4
+force_grid_wrap=0
5
+use_parentheses=True
6
+line_length=88