mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
12 lines
208 B
INI
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
|