rusackas commented on PR #29573:
URL: https://github.com/apache/superset/pull/29573#issuecomment-2256489633

   It looks like CI is stuck because of some tests failing (which I'm 
re-running), and pre-commit checks (i.e. linting) so you will need to run the 
Pre-commit hooks
   
   Superset uses Git pre-commit hooks courtesy of 
[pre-commit](https://pre-commit.com/). To install run the following:
   ```
   pip3 install -r requirements/integration.txt
   pre-commit install
   A series of checks will now run when you make a git commit.
   ```
   You can then run pre-commit manually:
   ```
   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]

Reply via email to