From 3f00244f4d29c4bf6a87aad98df4d9db4e49b1cb Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 20 Aug 2022 05:56:59 +0000 Subject: [PATCH] Namecoin / Cirrus: Exclude null wallet from Flake8 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 513d93acd33d..39758b30b895 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -132,6 +132,8 @@ task: install_script: - pip install flake8 flake8_script: + # Null implementation is deliberately hacky and will not pass lint + - rm -rf ./electrum_nmc/electrum/null_impl - flake8 . --count --select=$ELECTRUM_LINTERS --show-source --statistics env: ELECTRUM_IMAGE: python:3.7