Skip to content

Commit

Permalink
📝 Update development notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eqsdxr committed Jan 17, 2025
1 parent ba1706b commit 1730312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ One way to do it could be to add each environment variable to your CI/CD system,

## Pre-commits and code linting

we are using a tool called [pre-commit](https://pre-commit.com/) for code linting and formatting.
We are using a tool called [pre-commit](https://pre-commit.com/) for code linting and formatting.

When you install it, it runs right before making a commit in git. This way it ensures that the code is consistent and formatted even before it is committed.

Expand Down Expand Up @@ -153,7 +153,7 @@ Then you can `git add` the modified/fixed files again and now you can commit.

#### Running pre-commit hooks manually

you can also run `pre-commit` manually on all the files, you can do it using `uv` with:
You can also run `pre-commit` manually on all the files, you can do it using `uv` with:

```bash
❯ uv run pre-commit run --all-files
Expand Down Expand Up @@ -204,4 +204,4 @@ Adminer: http://localhost.tiangolo.com:8080

Traefik UI: http://localhost.tiangolo.com:8090

MailCatcher: http://localhost.tiangolo.com:1080
MailCatcher: http://localhost.tiangolo.com:1080

0 comments on commit 1730312

Please sign in to comment.