Skip to content

Commit

Permalink
[skip ci][ci] Remove -i from lint scripts (apache#10469)
Browse files Browse the repository at this point in the history
This was changed in apache#8509 to run without checking the file formatting, which would lead to pylint errors like we saw on `main` in apache@0c836b7.

Co-authored-by: driazati <driazati@users.noreply.github.com>
  • Loading branch information
2 people authored and Ziqiang XU committed Mar 6, 2022
1 parent 30b3fec commit 90d0c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lint/python_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

set -e

./tests/lint/git-black.sh -i HEAD~1
./tests/lint/git-black.sh -i origin/main
./tests/lint/git-black.sh HEAD~1
./tests/lint/git-black.sh origin/main

0 comments on commit 90d0c45

Please sign in to comment.