Skip to content

Commit ea628e3

Browse files
authored
[Py Reformat] Exclude third-party from reformat (#83491)
1 parent 205dce6 commit ea628e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tool.black]
2+
extend-exclude = '''
3+
(
4+
third-party/
5+
)
6+
'''

0 commit comments

Comments
 (0)