From 5b74c3e32d3bd952a778c95099aadf8d0803e301 Mon Sep 17 00:00:00 2001 From: nulltek Date: Wed, 4 Jan 2023 10:38:18 +1300 Subject: [PATCH] Updating the arduino-hooks version used in examples. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b21b28..2b5e3d3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/creatingnull/arduino-hooks - rev: v0.2.0 + rev: v0.3.0 hooks: - id: arduino-lint ``` @@ -53,7 +53,7 @@ You also may pass in supported `arduino-cli` [arguments](https://arduino.github. ```yaml - repo: https://github.com/creatingnull/arduino-hooks - rev: v0.2.0 + rev: v0.3.0 hooks: - id: arduino-lint - args: ["--install-dir=/opt/arduino/", "--fail-on-warn", "--project-dir=src/"] @@ -66,7 +66,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/creatingnull/arduino-hooks - rev: v0.2.0 + rev: v0.3.0 hooks: - id: arduino-cli args: ["--fqbn=arduino:avr:nano"]