Exclude profiling data when doing black . in this repo

This commit is contained in:
Zsolt Dollenstein 2018-06-10 09:51:18 +01:00
parent efcd039482
commit 99743d2d09

View File

@ -24,6 +24,7 @@ exclude = '''
# The following are specific to Black, you probably don't want those. # The following are specific to Black, you probably don't want those.
| blib2to3 | blib2to3
| tests/data | tests/data
| profiling
)/ )/
''' '''