Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .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.16.0
rev: v1.18.0
hooks:
- id: update_pre_commit_config
- id: validate_frappe_project
Expand All @@ -57,7 +57,7 @@ repos:
- id: clean_customized_doctypes
args: ['--app', 'inventory_tools']
- id: validate_customizations
- id: patch_linters
- id: validate_patches
args: ['--app', 'inventory_tools']
- id: track_overrides
args: ['--directory', '.', '--app', 'inventory_tools', '--base-branch', 'version-15']
Expand Down
Loading