Skip to content

Commit cb828dc

Browse files
committed
Fix CI
1 parent 6e73627 commit cb828dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install --upgrade pip
4343
pip install flake8
4444
- name: Lint with flake8
45-
run: flake8 . --exclude '*pb2.py' --count --show-source --statistics
45+
run: flake8 . --exclude '*pb2.py,_vendor' --count --show-source --statistics
4646

4747
docs:
4848
name: Documentation

0 commit comments

Comments
 (0)