Skip to content

Commit

Permalink
Namecoin / Cirrus: Exclude null wallet from Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Rand committed Aug 20, 2022
1 parent a03be91 commit 3f00244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3f00244

Please sign in to comment.