cleanlab--cleanlab
26fa264344
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
17 行
230 B
TOML
17 行
230 B
TOML
[tool.black]
|
|
line-length = 100
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.github
|
|
| .*\.egg-info
|
|
| build
|
|
| dist
|
|
| docs
|
|
)/
|
|
'''
|
|
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"ignore:.*The least populated class in y has only 1 members,*"
|
|
] |