项目文件夹

文件
T
2022-10-13 09:56:43 -07:00

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,*"
]