Skip to content

Commit 2989580

Browse files
author
Itom Build Server
committed
Updated pre-commit instructions
1 parent 0cb9f1e commit 2989580

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

DummyMotor/translation/DummyMotor_de.ts

-4
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,7 @@
187187
<message>
188188
<location line="+8"/>
189189
<source>If 0, the axis is not homed. 1: homed.</source>
190-
<<<<<<< Updated upstream
191190
<translation type="unfinished">Bei 0 ist die Achse nicht referenziert. 1: ist referenziert (homed).</translation>
192-
=======
193-
<translation type="unfinished"></translation>
194-
>>>>>>> Stashed changes
195191
</message>
196192
<message>
197193
<location line="+291"/>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python -m pre_commit install
5252
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).
5353

5454
```bash
55-
python -m pre_commit run --all-files
55+
python -m pre-commit run --all-files
5656
```
5757

5858
## Licensing

0 commit comments

Comments
 (0)