mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
perf: Drop unused/duplicate/sub-optimal indexes (#38884)
* ci: enable more checks
* perf: Drop unused/duplicate indexes
(cherry picked from commit 787333896c)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -5,7 +5,7 @@ fail_fast: false
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
files: "erpnext.*"
|
||||
@@ -15,6 +15,10 @@ repos:
|
||||
args: ['--branch', 'develop']
|
||||
- id: check-merge-conflict
|
||||
- id: check-ast
|
||||
- id: check-json
|
||||
- id: check-toml
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v8.44.0
|
||||
|
||||
Reference in New Issue
Block a user