[Py Reformat] Exclude third-party from reformat (#83491)

This commit is contained in:
Mircea Trofin 2024-03-02 14:51:06 -08:00 committed by GitHub
parent 205dce6029
commit ea628e3d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
pyproject.toml Normal file
View File

@ -0,0 +1,6 @@
[tool.black]
extend-exclude = '''
(
third-party/
)
'''