We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isort
setup.cfg
1 parent 2b3b0b0 commit 486cf3aCopy full SHA for 486cf3a
1 file changed
setup.cfg
@@ -99,10 +99,12 @@ per-file-ignores =
99
fs/_pathcompat.py:C401
100
101
[isort]
102
-default_section = THIRD_PARTY
+default_section = THIRDPARTY
103
known_first_party = fs
104
known_standard_library = typing
105
line_length = 88
106
+profile = black
107
+skip_gitignore = true
108
109
# --- Test and coverage configuration ------------------------------------------
110
0 commit comments