0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-26 18:16:06 +00:00

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

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

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