EnxDev commented on PR #38094: URL: https://github.com/apache/superset/pull/38094#issuecomment-4037820691
> @EnxDev let me know if you think I should update or improve anything else. Thanks! Hey @lucapazz this branch should also be rebased onto the base branch (master), also Superset uses Git pre-commit hooks courtesy of pre-commit. To install run the following: `pre-commit install ` This will install the hooks in your local repository. From now on, a series of checks will automatically run whenever you make a Git commit. To run pre-commit manually run the following: `pre-commit run --all-files` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
