From 16a79561b18ee931343595bdd9e5b38f991ccd13 Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Wed, 6 Sep 2023 15:49:24 +0200 Subject: [PATCH] add pre-commit autoupdate --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 864f877..b645028 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,7 @@ pre-commit install You can manually run the pre-commit hooks on all files: ```bash +pre-commit autoupdate pre-commit run --all-files ``` -- GitLab