Skip to content

chore: sync ruff config with framework by akhilnarang [frappe] PR#41576

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

From: https://github.com/frappe/erpnext/pull/41576
Date: 2024-05-21 16:05:16+05:30

  • ci: ruff only fix imports
  • ci: dont auto apply fixes



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

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

# 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