Skip to content

Commit

Permalink
feat: do not perform checks to third party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jun 5, 2024
1 parent 3605118 commit 7997727
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,20 @@ exclude=.md,
*_pb2.py,
*_pb2_grpc.py,
custom_types.py,
{env:PACKAGES_PATHS}/connections
{env:PACKAGES_PATHS}/protocols
{env:CONTRACTS_PATHS}/erc20
{env:CONTRACTS_PATHS}/gnosis_safe
{env:CONTRACTS_PATHS}/gnosis_safe_proxy_factory
{env:CONTRACTS_PATHS}/mech
{env:CONTRACTS_PATHS}/multisend
{env:CONTRACTS_PATHS}/service_registry
{env:SKILLS_PATHS}/abstract_abci
{env:SKILLS_PATHS}/abstract_round_abci
{env:SKILLS_PATHS}/registration_abci
{env:SKILLS_PATHS}/reset_pause_abci
{env:SKILLS_PATHS}/transaction_settlement_abci
{env:SKILLS_PATHS}/termination_abci

max-line-length = 88
select = B,C,D,E,F,I,W,
Expand Down Expand Up @@ -266,7 +280,7 @@ line_length=88
order_by_type=False
case_sensitive=True
lines_after_imports=2
skip=
skip=packages/valory/protocols,valory/skills/abstract_abci,valory/skills/reset_pause_abci,valory/skills/registration_abci,valory/skills/abstract_round_abci,valory/contracts/service_registry,valory/connections/abci,valory/connections/http_client,valory/connections/ipfs,valory/connections/ledger,valory/connections/p2p_libp2p_client,fetchai/connections/http_server,valory/contracts/gnosis_safe_proxy_factory,valory/contracts/gnosis_safe,valory/skills/transaction_settlement_abci,valory/contracts/multisend,valory/skills/termination_abci
skip_glob =
known_first_party=autonomy
known_packages=packages
Expand Down

0 comments on commit 7997727

Please sign in to comment.