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