Ver Código Fonte

Make isort play nice with Black

Maarten van den Berg 5 anos atrás
pai
commit
8297653ce3
1 arquivos alterados com 5 adições e 2 exclusões
  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