cleanlab--cleanlab
f3a65b8c18
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
21 行
312 B
TOML
21 行
312 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,*"
|
|
]
|
|
markers = [
|
|
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
|
|
]
|