Browse Source

add detail to contributing.md

pull/467/head
Vincent Emonet 1 year ago
parent
commit
f5a6c96798
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -33,7 +33,7 @@ git clone https://github.com/LibreTranslate/LibreTranslate.git
cd LibreTranslate
```
Hatch will automatically install the required dependencies in a virtual environment, and enable [`pre-commit`](https://pre-commit.com/), which will run before each commit to run formatting.
Hatch will automatically install the required dependencies in a virtual environment, and enable [`pre-commit`](https://pre-commit.com/), which will run before each commit to run formatting. You can ignore `pre-commit` checks when committing if necessary: `git commit --no-verify -m "Fix"`
Run in development:

Loading…
Cancel
Save