From a6485d76ee9e1dd9a5fd0fc5e1a669bd5bc89ea4 Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 2 Jun 2021 13:53:27 +0200 Subject: [PATCH] style: ignore yaml files in venv --- .yamllint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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