PhotosAPI_Client/config.yaml

6 lines
274 B
YAML
Raw Normal View History

2023-06-22 15:37:49 +03:00
project_name_override: PhotosAPI_Client
2023-06-23 14:09:43 +03:00
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/"