Skip to content

Commit 0c938e0

Browse files
committed
Exclude third-party/ from black (python formatting)
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 61623cc commit 0c938e0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tool.black]
2+
extend-exclude = '''
3+
^/third-party/
4+
'''
5+
force-exclude = '''
6+
^/third-party/
7+
'''

0 commit comments

Comments
 (0)