Skip to content

Commit

Permalink
Update README.md with pre-commit info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank808 authored Oct 28, 2024
1 parent 0a221dc commit b2a4899
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ The backend runs at http://localhost:8080 and the frontend runs at http://localh
## Environment Variables
Environment variables are currently stored in an .env file within the base repository (not the backend folder). You will need to copy the local environment variables stored in the following notion [page](https://www.notion.so/uwblueprintexecs/Environment-Variables-11910f3fb1dc80e4bc67d35c3d65d073?pvs=4) to get the database working.
## Pre-commit Hook
We have added the pre-commit hook package and defined the config file in `backend/.pre-commit-config.yaml`. This should automatically get installed when you run `pdm install` and should work whenever you run any `git commit` or `git push` commands in the repo.

0 comments on commit b2a4899

Please sign in to comment.