tushar5526 / sarthi

Vercel for Backend! Easily setup preview environments with just Docker 🐳
MIT License
10 stars 7 forks source link

feat: Greetings.yml added #34

Closed praptisharma28 closed 5 months ago

praptisharma28 commented 5 months ago

closes #33

tushar5526 commented 5 months ago

@praptisharma28 you will have to install pre-commit pip install pre-commit and pre-commit install and then run pre-commit on all files to fix the error. pre-commit run --all-files

praptisharma28 commented 5 months ago

Added precomit in the environment variables , still its not recognised ? @tushar5526

tushar5526 commented 5 months ago

https://pre-commit.com/ - Setup this

praptisharma28 commented 5 months ago

done @tushar5526

praptisharma28 commented 5 months ago

ok done @tushar5526 , dev already have a version of pre-commit. removed from requirements.txt . You can check now.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (301f690) 87.31% compared to head (e4274fb) 87.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ======================================= Coverage 87.31% 87.31% ======================================= Files 3 3 Lines 276 276 ======================================= Hits 241 241 Misses 35 35 ```

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

praptisharma28 commented 5 months ago

@tushar5526 do I need to do anything more?