Update version of pre-commit action#733
Conversation
😱 Do you have an example run for this? |
Codecov Report
@@ Coverage Diff @@
## main #733 +/- ##
==========================================
- Coverage 54.23% 54.21% -0.01%
==========================================
Files 192 192
Lines 20224 20224
==========================================
- Hits 10966 10962 -4
- Misses 9258 9262 +4
Continue to review full report at Codecov.
|
False alarm, it stopped working when @Abishalini copied it into another repo that had some python file that caused problems. Either way we should probably update this. |
vatanaksoytezer
left a comment
There was a problem hiding this comment.
I am good for updating it. Though last that I checked there were like 5-6 commits between 2.0.0 and 2.0.3 which weren't significant for our use.
|
Looks like pre-commit is deprecated. Should we switch to https://pre-commit.ci/? |
We've considered that before but unfortunately pre-commit ci doesn't work with branches outside of main branch. See the discussion here: pre-commit/action#112. |
Description
We will need to back-port this change everywhere that uses pre-commit github action: https://github.com/pre-commit/action
The latest version stopped working this morning.