diff --git a/.flake8 b/.flake8 index 8a4f145..8363652 100644 --- a/.flake8 +++ b/.flake8 @@ -1,6 +1,6 @@ [flake8] select = E22, E23, E24, E27, E3, E4, E7, F, I1, I2 plugins = flake8-import-order -application_import_names = arcface_converter, face_swapper +application_import_names = embedding_converter, face_swapper import-order-style = pycharm per-file-ignores = preparing.py:E402