Skip to content

Commit 3e4e0d0

Browse files
committed
minor update codespell
1 parent e3cd83d commit 3e4e0d0

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.codespell/exclude-file.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
* - https://github.com/torvalds/linux/blob/master/drivers/i2c/busses/i2c-tiny-usb.c

.codespell/ignore-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
synopsys
22
sie
33
inout
4+
busses

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v3
2020

21-
- name: Run codespell
22-
uses: codespell-project/actions-codespell@master
21+
- name: Run pre-commit
22+
uses: pre-commit/action@v3.0.0
2323

2424
- name: Checkout adafruit/ci-arduino
2525
uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
# SPDX-License-Identifier: Unlicense
44

55
repos:
6-
- repo: local
7-
hooks:
8-
- id: codespell
9-
name: codespell
10-
entry: codespell
11-
types_or: [c, ino, c++, header]
12-
language: system
6+
- repo: https://github.com/codespell-project/codespell
7+
rev: v2.2.4
8+
hooks:
9+
- id: codespell
10+
#args: [-w]

0 commit comments

Comments
 (0)