项目文件夹

文件
Kyle Gallatin f3a65b8c18 Issue 873 improve mem find label issues (#885)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-12-15 12:20:40 +00:00

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\"')",
]