Skip to content

Commit

Permalink
Fix lint ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Dec 13, 2023
1 parent a284864 commit dcbbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Lint
run: |
. py3/bin/activate
black --check --diff . --exclude fed/grpc
black --check --diff . --exclude='fed/grpc|py3'

0 comments on commit dcbbf6c

Please sign in to comment.