Set codespell<3.0.0,>=2.0.0 version and add `ether` to whitelist

This commit is contained in:
Hsiao-Wei Wang 2020-12-07 10:49:12 +08:00
parent cd3a39a84a
commit 7bf5539b2f
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
uint
byteorder
byteorder
ether