Skip to content

Commit

Permalink
Updating the arduino-hooks version used in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatingNull committed Jan 3, 2023
1 parent 4f37234 commit 5b74c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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/"]
Expand All @@ -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"]
Expand Down

0 comments on commit 5b74c3e

Please sign in to comment.