Skip to content

fix: exclude some query builder lines from ruff rules by akhilnarang [frappe] PR#40719

Bot Dokos requested to merge ft-pr-40719 into develop

From: https://github.com/frappe/erpnext/pull/40719
Date: 2024-03-28 09:17:36+05:30

  • fix: use 'eq' and isnull() on qb conditions
  • fix: exclude some query builder lines from ruff rules



Diagnostics

Conflicts detected for source commit: ac69513f6099ea302370c6c09e3b46b477606d72
- DU erpnext/patches/v14_0/update_flag_for_return_invoices.py



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40719

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40719

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports