feat: 'Name in Description' added to rank and match reason

- misc: avoid null party value matches
- misc: unset hidden filter fields
This commit is contained in:
marination
2023-08-25 01:11:36 +05:30
parent 64b2d2ba52
commit 0b22bdefaa
3 changed files with 39 additions and 26 deletions

View File

@@ -16,23 +16,23 @@ repos:
- id: check-merge-conflict
- id: check-ast
# - repo: https://github.com/pre-commit/mirrors-eslint
# rev: v8.44.0
# hooks:
# - id: eslint
# types_or: [javascript]
# args: ['--quiet']
# # Ignore any files that might contain jinja / bundles
# exclude: |
# (?x)^(
# erpnext/public/dist/.*|
# cypress/.*|
# .*node_modules.*|
# .*boilerplate.*|
# erpnext/public/js/controllers/.*|
# erpnext/templates/pages/order.js|
# erpnext/templates/includes/.*
# )$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.44.0
hooks:
- id: eslint
types_or: [javascript]
args: ['--quiet']
# Ignore any files that might contain jinja / bundles
exclude: |
(?x)^(
erpnext/public/dist/.*|
cypress/.*|
.*node_modules.*|
.*boilerplate.*|
erpnext/public/js/controllers/.*|
erpnext/templates/pages/order.js|
erpnext/templates/includes/.*
)$
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0