Malti Customizations
You can install this app using the bench CLI:
cd frappe-bench
bench get-app https://github.com/badal8381/malti_customizations.git --branch main
bench install-app malti_customizations
This app uses pre-commit
for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/malti_customizations
pre-commit install
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
mit