mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
add detail to contributing.md
This commit is contained in:
parent
25168ba6e1
commit
f5a6c96798
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ git clone https://github.com/LibreTranslate/LibreTranslate.git
|
||||||
cd LibreTranslate
|
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:
|
Run in development:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue