mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-03 11:40:39 +00:00
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…
x
Reference in New Issue
Block a user