Set codespell<3.0.0,>=2.0.0 version and add `ether` to whitelist
This commit is contained in:
parent
1f7e9fabf2
commit
192696a6c5
|
@ -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
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
uint
|
||||
byteorder
|
||||
byteorder
|
||||
ether
|
||||
|
|
Loading…
Reference in New Issue