This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new de4d35c229 [skip ci][ci] Remove inplace flag from black script (#10918)
de4d35c229 is described below

commit de4d35c2291b2b1e696cd14989991c720847c22a
Author: driazati <[email protected]>
AuthorDate: Wed Apr 6 12:13:46 2022 -0700

    [skip ci][ci] Remove inplace flag from black script (#10918)
    
    This was erroneously added in #10895
    
    Co-authored-by: driazati <[email protected]>
---
 tests/scripts/task_lint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts/task_lint.sh b/tests/scripts/task_lint.sh
index 092d0ef311..aa648e9f4a 100755
--- a/tests/scripts/task_lint.sh
+++ b/tests/scripts/task_lint.sh
@@ -53,7 +53,7 @@ echo "Rust check..."
 tests/lint/rust_format.sh
 
 echo "black check..."
-tests/lint/git-black.sh -i
+tests/lint/git-black.sh
 
 echo "Linting the Python code..."
 tests/lint/pylint.sh

Reply via email to