curved-television-6568
11/10/2021, 5:56 PMfmt conflict between black and isort. š§µcurved-television-6568
11/10/2021, 6:01 PM+from graphene import (
+    UUID,
+    DateTime,
+    Enum,
+    Field,
+    InputObjectType,
+    Int,
+    Interface,
+    List,
+    ObjectType,
+    PageInfo,
+    Scalar,
+    String,
+    Union,
+    relay,
+)
while isort wants to format it like this
-from graphene import (UUID, DateTime, Enum, Field, InputObjectType, Int,
-                      Interface, List, ObjectType, PageInfo, Scalar, String,
-                      Union, relay)
So ./pants lint never pass as they donāt agree on the formatting here.. what am I missing (configuration?). I donāt think I have any particular config in place for either of these tools.witty-crayon-22786
11/10/2021, 6:08 PMwitty-crayon-22786
11/10/2021, 6:08 PMwitty-crayon-22786
11/10/2021, 6:10 PMcurved-television-6568
11/10/2021, 6:13 PMcurved-television-6568
11/10/2021, 6:14 PMcurved-television-6568
11/10/2021, 6:42 PMwitty-crayon-22786
11/10/2021, 6:44 PMcurved-television-6568
11/10/2021, 6:46 PMcurved-television-6568
11/10/2021, 6:55 PMwitty-crayon-22786
11/10/2021, 7:33 PMcurved-television-6568
11/10/2021, 7:37 PMwitty-crayon-22786
11/10/2021, 7:44 PMwitty-crayon-22786
11/10/2021, 7:45 PM