From 17303129a6f10381ad33a213d120c9a78ca51a55 Mon Sep 17 00:00:00 2001 From: eqsdxr Date: Fri, 17 Jan 2025 15:11:50 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20development=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development.md b/development.md index d7d41d73f1..ff62e43ca2 100644 --- a/development.md +++ b/development.md @@ -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 \ No newline at end of file +MailCatcher: http://localhost.tiangolo.com:1080