/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.6.1
setup.cfg
31 строка
688 B
Loïc Estève
MAINT Remove unused check-manifest config (#29561)
25 июл 2024, 21:45
Не верифицирован
25 июл 2024, 21:45
c77f92e
Код
Авторство
О чём код?
[options] packages = find: [options.packages.find] include = sklearn* [aliases] test = pytest [tool:pytest] # disable-pytest-warnings should be removed once we rewrite tests # using yield with parametrize doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS testpaths = sklearn addopts = --doctest-modules --disable-pytest-warnings --color=yes [mypy] ignore_missing_imports = True allow_redefinition = True exclude= sklearn/externals [mypy-joblib.*] follow_imports = skip [codespell] skip = ./.git,./.mypy_cache,./sklearn/feature_extraction/_stop_words.py,./doc/_build,./doc/auto_examples,./doc/modules/generated ignore-words = build_tools/codespell_ignore_words.txt