diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74df4e5..5a4355d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: additional_dependencies: ['flake8-bugbear'] - repo: https://github.com/agritheory/test_utils - rev: v1.15.4 + rev: v1.18.0 hooks: - id: update_pre_commit_config - id: validate_frappe_project @@ -57,7 +57,7 @@ repos: - id: clean_customized_doctypes args: ['--app', 'cloud_storage'] - id: validate_customizations - - id: patch_linters + - id: validate_patches args: ['--app', 'cloud_storage'] - id: track_overrides args: ['--directory', '.', '--app', 'cloud_storage', '--base-branch', 'version-15'] diff --git a/docs/aws-s3.md b/docs/aws-s3.md index 732476a..17e7781 100644 --- a/docs/aws-s3.md +++ b/docs/aws-s3.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # [Amazon Web Services S3 Setup](https://aws.amazon.com/s3/)
diff --git a/docs/backblaze-b2.md b/docs/backblaze-b2.md index 78fd960..1f28723 100644 --- a/docs/backblaze-b2.md +++ b/docs/backblaze-b2.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html) diff --git a/docs/commands.md b/docs/commands.md index 7f93058..6dd5520 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Cloud Storage Migration diff --git a/docs/configuration.md b/docs/configuration.md index 72ced8d..a7e4815 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Cloud Storage Site Configuration diff --git a/docs/decisions/0000-use-markdown-any-decision-records.md b/docs/decisions/0000-use-markdown-any-decision-records.md index 88fd619..4b00c7d 100644 --- a/docs/decisions/0000-use-markdown-any-decision-records.md +++ b/docs/decisions/0000-use-markdown-any-decision-records.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Use Markdown Any Decision Records diff --git a/docs/decisions/0001-no-expiry-on-public-files.md b/docs/decisions/0001-no-expiry-on-public-files.md index 62cbb6b..473be03 100644 --- a/docs/decisions/0001-no-expiry-on-public-files.md +++ b/docs/decisions/0001-no-expiry-on-public-files.md @@ -5,7 +5,7 @@ For license information, please see license.txt--> # These are optional elements. Feel free to remove any of them. status: proposed diff --git a/docs/decisions/0002-check-permissions-before-serving-private-file.md b/docs/decisions/0002-check-permissions-before-serving-private-file.md index 4a420f4..5a811ab 100644 --- a/docs/decisions/0002-check-permissions-before-serving-private-file.md +++ b/docs/decisions/0002-check-permissions-before-serving-private-file.md @@ -5,7 +5,7 @@ For license information, please see license.txt--> # These are optional elements. Feel free to remove any of them. status: proposed diff --git a/docs/decisions/adr-template.md b/docs/decisions/adr-template.md index 54cc140..bf3fd4d 100644 --- a/docs/decisions/adr-template.md +++ b/docs/decisions/adr-template.md @@ -5,7 +5,7 @@ For license information, please see license.txt--> # These are optional elements. Feel free to remove any of them. status: proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md) diff --git a/docs/development.md b/docs/development.md index fd09006..2271b7f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Cloud Storage Developer Setup diff --git a/docs/hooks.md b/docs/hooks.md index 2473999..6e74061 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Cloud Storage Hooks diff --git a/docs/index.md b/docs/index.md index 7bc03d3..1c6d42a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Cloud Storage Documentation diff --git a/docs/production.md b/docs/production.md index 24539c0..4c82b07 100644 --- a/docs/production.md +++ b/docs/production.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # Cloud Storage Production Setup diff --git a/docs/versioning.md b/docs/versioning.md index 61876df..a021059 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -4,7 +4,7 @@ For license information, please see license.txt--> # File Versioning and Association Logic