ionik0 commented on PR #37581:
URL: https://github.com/apache/superset/pull/37581#issuecomment-3827977475

   > Superset uses Git pre-commit hooks courtesy of 
[pre-commit](https://pre-commit.com/). To install run the following:
   > 
   > pip3 install -r requirements/development.txt pre-commit install A series 
of checks will now run when you make a git commit.
   > 
   > Alternatively it is possible to run pre-commit by running pre-commit 
manually:
   > 
   > pre-commit run --all-files
   
   Thanks for pointing that out!
   
   I have pre-commit installed locally and ran it manually.  
   For this PR, I ran targeted checks on the modified file:
   
   pre-commit run --files superset-frontend/src/components/ListView/ListView.tsx
   All relevant frontend hooks (prettier, oxlint, custom rules, and 
type-checking-frontend) pass locally.
   
   Please let me know if you’d prefer that I run the full pre-commit run 
--all-files checks as well.


-- 
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