Kaynağa Gözat

Make isort play nice with Black

Maarten van den Berg 4 yıl önce
ebeveyn
işleme
7d7611916b
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  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