Skip to content

Commit

Permalink
Updated pre-commit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Itom Build Server committed Nov 9, 2024
1 parent 0cb9f1e commit 2989580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions DummyMotor/translation/DummyMotor_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,7 @@
<message>
<location line="+8"/>
<source>If 0, the axis is not homed. 1: homed.</source>
<<<<<<< Updated upstream
<translation type="unfinished">Bei 0 ist die Achse nicht referenziert. 1: ist referenziert (homed).</translation>
=======
<translation type="unfinished"></translation>
>>>>>>> Stashed changes
</message>
<message>
<location line="+291"/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python -m pre_commit install
It's usually a good idea to run the hooks against all of the files when adding new hooks (usually ``pre-commit`` will only run on the changed files during git hooks).

```bash
python -m pre_commit run --all-files
python -m pre-commit run --all-files
```

## Licensing
Expand Down

0 comments on commit 2989580

Please sign in to comment.