Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Nov 22, 2022
1 parent e124051 commit 900fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: flake8 src --count --show-source --statistics
run: flake8 src --exclude '*pb2.py' --count --show-source --statistics

docs:
name: Documentation
Expand Down

0 comments on commit 900fe1e

Please sign in to comment.