We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e73627 commit cb828dcCopy full SHA for cb828dc
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
pip install --upgrade pip
43
pip install flake8
44
- name: Lint with flake8
45
- run: flake8 . --exclude '*pb2.py' --count --show-source --statistics
+ run: flake8 . --exclude '*pb2.py,_vendor' --count --show-source --statistics
46
47
docs:
48
name: Documentation
0 commit comments