Skip to content

Commit 45d3830

Browse files
authored
[skip ci][ci] Remove -i from lint scripts (#10469)
This was changed in #8509 to run without checking the file formatting, which would lead to pylint errors like we saw on `main` in 0c836b7. Co-authored-by: driazati <[email protected]>
1 parent 5691566 commit 45d3830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lint/python_format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
set -e
2020

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

0 commit comments

Comments
 (0)