fix: add url to local for custom method to use by blaggacao [frappe] PR#27954
From: https://github.com/frappe/frappe/pull/27954
Date: 2024-10-01 16:21:29+02:00
- fix: add url to local for custom method to use
Diagnostics
pre-commit failed for source commit: 3a64effe9b578a8593fdea457d72141a22d57cb2
frappe/handler.py:228:37: RUF013 PEP 484 prohibits implicit `Optional`
frappe/handler.py:228:55: RUF013 PEP 484 prohibits implicit `Optional`
Found 2 errors.
No fixes available (2 hidden fixes can be enabled with the `--unsafe-fixes` option).
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27954
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27954
# 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