From 29895806433da09b5195de7d5342a95e100a2000 Mon Sep 17 00:00:00 2001 From: Itom Build Server Date: Sat, 9 Nov 2024 14:08:40 +0100 Subject: [PATCH] Updated pre-commit instructions --- DummyMotor/translation/DummyMotor_de.ts | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/DummyMotor/translation/DummyMotor_de.ts b/DummyMotor/translation/DummyMotor_de.ts index b042ebc1..85441bed 100644 --- a/DummyMotor/translation/DummyMotor_de.ts +++ b/DummyMotor/translation/DummyMotor_de.ts @@ -187,11 +187,7 @@ If 0, the axis is not homed. 1: homed. -<<<<<<< Updated upstream Bei 0 ist die Achse nicht referenziert. 1: ist referenziert (homed). -======= - ->>>>>>> Stashed changes diff --git a/README.md b/README.md index a1843d5b..6d509a92 100644 --- a/README.md +++ b/README.md @@ -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