diff --git a/.yamllint.yml b/.yamllint.yml index 035c33d84..db57aa991 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,9 +1,10 @@ extends: default ignore: | + /.venv vendor/ - common/defs/ethereum/chains/ - common/defs/ethereum/tokens/ + /common/defs/ethereum/chains/ + /common/defs/ethereum/tokens/ rules: # fix for truthy warning on github action files