Skip to content

Commit

Permalink
Set codespell<3.0.0,>=2.0.0 version and add ether to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Dec 7, 2020
1 parent cd3a39a commit 7bf5539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- checkout
- run:
name: Check codespell
command: pip install codespell --user && make codespell
command: pip install 'codespell<3.0.0,>=2.0.0' --user && make codespell
lint:
docker:
- image: circleci/python:3.8
Expand Down
3 changes: 2 additions & 1 deletion .codespell-whitelist
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
uint
byteorder
byteorder
ether

0 comments on commit 7bf5539

Please sign in to comment.