1
0

CI: exclude generated protobuf files from flake8

This commit is contained in:
SomberNight
2023-01-28 00:51:12 +00:00
parent 4f9469b789
commit 4aa319e5c3

View File

@@ -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