Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 7bb2610

Browse files
committed
CI: Tweak codespell
1 parent b0bdc32 commit 7bb2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: |
1717
sudo pip3 install --upgrade pip setuptools
1818
sudo pip3 install codespell
19-
codespell --skip=".git" --ignore-words=./.codespell-whitelist
19+
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist
2020
2121
build: &build
2222
docker:

0 commit comments

Comments
 (0)