faceswap/setup.cfg
2022-06-17 17:59:55 +01:00

12 lines
208 B
INI

[flake8]
max-line-length = 99
exclude = .git, __pycache__
[mypy]
[mypy-tensorflow.*]
ignore_missing_imports = True
[mypy-keras.*]
ignore_missing_imports = True
[mypy-plaidml.*]
ignore_missing_imports = True