Skip to content

Commit

Permalink
chore: fix import errors and add --no-deps flag to flashbots plugin…
Browse files Browse the repository at this point in the history
… installation
  • Loading branch information
angrybayblade committed Sep 26, 2023
1 parent 53f506d commit 8c105b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ disable=C0103,C0201,C0301,C0302,W0105,W0707,W1202,W1203,R0801,E1136,E0611,C0209,
# C0206: consider-using-dict-items

[IMPORTS]
ignored-modules=bech32,ecdsa,lru,eth_typing,eth_keys,eth_account,ipfshttpclient,werkzeug,openapi_spec_validator,aiohttp,multidict,yoti_python_sdk,defusedxml,gym,fetch,matplotlib,memory_profiler,numpy,oef,openapi_core,psutil,tensorflow,temper,skimage,web3,aioprometheus,pyaes,Crypto,asn1crypto,cosmpy,google,coverage,pylint,pytest,gitpython,protobuf,docker,signal,anchorpy,cryptography.fernet,solana,solders
ignored-modules=bech32,ecdsa,lru,eth_typing,eth_keys,eth_account,ipfshttpclient,werkzeug,openapi_spec_validator,aiohttp,multidict,yoti_python_sdk,defusedxml,gym,fetch,matplotlib,memory_profiler,numpy,oef,openapi_core,psutil,tensorflow,temper,skimage,web3,aioprometheus,pyaes,Crypto,asn1crypto,cosmpy,google,coverage,pylint,pytest,gitpython,protobuf,docker,signal,anchorpy,cryptography.fernet,solana,solders,flashbots,hexbytes

[DESIGN]
min-public-methods=1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ deps =
tomte[pylint]==0.2.13
commands =
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-ethereum
python -m pip install file://{toxinidir}/plugins/aea-ledger-ethereum-flashbots
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-ethereum-flashbots
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-cosmos
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-fetchai
python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-solana
Expand Down

0 comments on commit 8c105b7

Please sign in to comment.