[Py Reformat] Exclude third-party from reformat (#83491)
This commit is contained in:
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[tool.black]
|
||||
extend-exclude = '''
|
||||
(
|
||||
third-party/
|
||||
)
|
||||
'''
|
||||
Reference in New Issue
Block a user