From c05c588768bcbe4aed695fca2648be992a3da84f Mon Sep 17 00:00:00 2001 From: profitroll Date: Fri, 23 Jun 2023 13:09:43 +0200 Subject: [PATCH] Updated post-hooks --- config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 1c2d104..0fc3dca 100644 --- a/config.yaml +++ b/config.yaml @@ -1,2 +1,6 @@ project_name_override: PhotosAPI_Client -package_name_override: photosapi_client \ No newline at end of file +package_name_override: photosapi_client +post_hooks: + - "autoflake -i -r --remove-all-unused-imports --remove-unused-variables --ignore-init-module-imports photosapi_client/" + - "isort photosapi_client/" + - "black photosapi_client/" \ No newline at end of file