Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Update development notes
Browse files Browse the repository at this point in the history
eqsdxr committed Jan 17, 2025

Verified

This commit was signed with the committer’s verified signature.
alexsnaps Alex Snaps
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
@@ -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.

@@ -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
@@ -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.