py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/
MIT License
152 stars 28 forks source link

Remove pre-commit from GitHub action #397

Closed juanitorduz closed 5 months ago

juanitorduz commented 5 months ago

After https://github.com/s3alfisc/pyfixest/pull/375 we have seen the pre-commit app is working as expected and therefore we are checking the pre-commit twice. Removing this file because is unnecessary :)

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.90%. Comparing base (35b47e9) to head (6a95e44). Report is 54 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #397 +/- ## ========================================== - Coverage 85.79% 81.90% -3.89% ========================================== Files 38 53 +15 Lines 3421 4178 +757 ========================================== + Hits 2935 3422 +487 - Misses 486 756 +270 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

s3alfisc commented 5 months ago

I have to figure out at some point what's going wrong with the codecov checks. Will merge this now nevertheless =)