Browse Source

CI: exclude generated protobuf files from flake8

SomberNight 3 years ago
parent
commit
4aa319e5c3
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      .cirrus.yml

2
.cirrus.yml

@ -126,7 +126,7 @@ task:
install_script:
- pip install flake8
flake8_script:
- flake8 . --count --select=$ELECTRUM_LINTERS --show-source --statistics
- flake8 . --count --select=$ELECTRUM_LINTERS --show-source --statistics --exclude "*_pb2.py"
env:
ELECTRUM_IMAGE: python:3.8
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements.txt

Loading…
Cancel
Save