Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
additional_dependencies: ['flake8-bugbear']

- repo: https://github.com/agritheory/test_utils
rev: v1.19.0
rev: v1.20.4
hooks:
- id: update_pre_commit_config
- id: validate_frappe_project
Expand Down
48 changes: 0 additions & 48 deletions cloud_storage/customize.py

This file was deleted.

5 changes: 0 additions & 5 deletions cloud_storage/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,3 @@
write_file = "cloud_storage.cloud_storage.overrides.file.write_file"
delete_file_data_content = "cloud_storage.cloud_storage.overrides.file.delete_file"
# cloud_storage_path_generator = "my_custom_app.utils.custom_get_file_path"


# After Migrate
# --------------------------------
after_migrate = "cloud_storage.customize.load_customizations"
Loading