fix: Excessive gap locking from hash naming by ankush [frappe] PR#28349

From: https://github.com/frappe/frappe/pull/28349
Date: 2024-11-01 11:48:22+05:30

  • fix: Excessive gap locking from hash naming (#28349)



Diagnostics

pre-commit failed for source commit: 16407a50ec370dc9f3447ea77774851399f756db
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version.  run: `pre-commit migrate-config` to automatically fix this.

frappe/tests/test_naming.py:331:11: RUF005 Consider iterable unpacking instead of concatenation
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).



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

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

# 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

Loading