/
githubmirror
/
faceswap
Обзор
Документация
Войти
/
githubmirror
/
faceswap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pyproject.toml
44 строки
841 B
torzdf
Replace imageio with pyav/ffmpeg-binaries (#1534)
24 мар 2026, 20:25
Не верифицирован
24 мар 2026, 20:25
7c0665f
Код
Авторство
О чём код?
[tool.flake8] max-line-length = 99 max-complexity=10 statistics = true count = true exclude = [".git", "__pycache__"] per-file-ignores = ["__init__.py:F401"] [tool.pylint.DESIGN] min-public-methods = 1 max-args = 10 max-attributes = 10 max-positional-arguments = 10 [tool.pylint.TYPECHECK] generated-members = ["av", "cv2"] [[tool.mypy.overrides]] module = [ "fastcluster.*", "ffmpeg.*", "ffmpy.*", "h5py.*", "keras.*", "numexpr.*", "pexpect.*", "pynvml.*", "scipy.*", "sklearn.*", "tensorboard.*", "torch.*", "torchvision.*", "tqdm.*", "win32console.*", "winpty.*",] ignore_missing_imports = true [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] filterwarnings = ["ignore::DeprecationWarning:keras.*:"] [tool.pyright] reportUnsupportedDunderAll = false