Skip to content

Commit 486cf3a

Browse files
committed
Fix invalid isort configuration in setup.cfg
1 parent 2b3b0b0 commit 486cf3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ per-file-ignores =
9999
fs/_pathcompat.py:C401
100100
101101
[isort]
102-
default_section = THIRD_PARTY
102+
default_section = THIRDPARTY
103103
known_first_party = fs
104104
known_standard_library = typing
105105
line_length = 88
106+
profile = black
107+
skip_gitignore = true
106108
107109
# --- Test and coverage configuration ------------------------------------------
108110

0 commit comments

Comments
 (0)