skekre98 commented on pull request #74: URL: https://github.com/apache/kibble/pull/74#issuecomment-716194751
> > Not sure why CI error is persisting, working tree is clean even after `pre-commit run --all-files`. Any suggestions on how to solve? > > Have you done `git add` after running pre-commit? Yes, I run the commands as follows: ```bash $ pre-commit run --all-files $ git add . $ git commit -m "msg" $ git push origin master ``` This is the output of the `precommit` command: ```bash (home) Sharvils-MacBook-Pro:kibble sharvilkekre$ pre-commit run --all-files Check Yaml...............................................................Passed Fix End of Files.........................................................Passed Trim Trailing Whitespace.................................................Passed Fix python encoding pragma...............................................Passed Add license for all other files..........................................Passed Add license for all rst files............................................Passed Add license for all md and html files................(no files to check)Skipped ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
