mirror of
https://github.com/zebrajr/faceswap.git
synced 2026-01-15 12:15:15 +00:00
* Remove PlaidML reference from readme files * Remove AMD option from installers * remove amd requirements and update setup.py * remove plaidml test from CI workflow * gpustats: remove plaidml backend * plaid removals: - faceswap.py - python version check - setup.cfg - plaidml typing ignore - lib.keras_utils - All plaid code - lib.launcher.py - All plaidml checks and configuration * remove tf2.2 specific code from GUI event reader * lib.model - remove all plaidml implementations * plugins.extract - remove plaidml code * plugins.train remove plaidml code * lib.convert - remove plaidml code * tools.model: remove plaidml code * Remove plaidML tests from unit tests * remove plaidml_utils and docsting cleanups * Remove plaidML refs from configs * fix keras imports
60 lines
1.3 KiB
INI
60 lines
1.3 KiB
INI
[flake8]
|
|
max-line-length = 99
|
|
max-complexity=10
|
|
statistics = True
|
|
count = True
|
|
exclude = .git, __pycache__
|
|
per-file-ignores =
|
|
__init__.py:F401
|
|
lib/gpu_stats/directml.py:E402
|
|
|
|
[mypy]
|
|
[mypy-comtypes.*]
|
|
ignore_missing_imports = True
|
|
[mypy-cv2.*]
|
|
ignore_missing_imports = True
|
|
[mypy-fastcluster.*]
|
|
ignore_missing_imports = True
|
|
[mypy-ffmpy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-imageio.*]
|
|
ignore_missing_imports = True
|
|
[mypy-imageio_ffmpeg.*]
|
|
ignore_missing_imports = True
|
|
[mypy-keras.*]
|
|
ignore_missing_imports = True
|
|
[mypy-matplotlib.*]
|
|
ignore_missing_imports = True
|
|
[mypy-numexpr.*]
|
|
ignore_missing_imports = True
|
|
[mypy-numpy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-numpy.core._multiarray_umath.*]
|
|
ignore_missing_imports = True
|
|
[mypy-pexpect.*]
|
|
ignore_missing_imports = True
|
|
[mypy-PIL.*]
|
|
ignore_missing_imports = True
|
|
[mypy-psutil.*]
|
|
ignore_missing_imports = True
|
|
[mypy-pynvml.*]
|
|
ignore_missing_imports = True
|
|
[mypy-pynvx.*]
|
|
ignore_missing_imports = True
|
|
[mypy-pytest.*]
|
|
ignore_missing_imports = True
|
|
[mypy-scipy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-sklearn.*]
|
|
ignore_missing_imports = True
|
|
[mypy-tensorflow.*]
|
|
ignore_missing_imports = True
|
|
[mypy-tensorflow_probability.*]
|
|
ignore_missing_imports = True
|
|
[mypy-tqdm.*]
|
|
ignore_missing_imports = True
|
|
[mypy-win32console.*]
|
|
ignore_missing_imports = True
|
|
[mypy-winpty.*]
|
|
ignore_missing_imports = True
|