cleanlab--cleanlab
11dff1faf4
* Set up Black as the code style * Migrate code style to Black
13 行
118 B
TOML
13 行
118 B
TOML
[tool.black]
|
|
line-length = 100
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.github
|
|
| .*\.egg-info
|
|
| build
|
|
| dist
|
|
| docs
|
|
)/
|
|
'''
|