agritheory / test_utils

Common Test Utilities and Fixtures for AgriTheory Projects
2 stars 3 forks source link

feat: update clean_customized_doctypes to work as pre-commit hook #42

Closed MyuddinKhatri closed 4 weeks ago

MyuddinKhatri commented 1 month ago

Issue - https://github.com/agritheory/test_utils/issues/40 Update clean_customized_doctypes to work as pre-commit hook To use this as pre-commit hook -

  - repo: https://github.com/agritheory/test_utils/
    rev: {rev} // The revision or tag to clone. Example: rev: v0.3.0
    hooks:
      - id: clean_customized_doctypes
        args: ["--app", "cloud_storage"]