driazati commented on code in PR #13058:
URL: https://github.com/apache/tvm/pull/13058#discussion_r997317745


##########
.pre-commit-config.yaml:
##########
@@ -32,55 +32,55 @@
 #
 
 default_language_version:
-    python: python3.6
-fail_fast: True
-default_stages: [push]
+    python: python3
+# fail_fast: True
+# default_stages: [push]
 repos:
     - repo: https://github.com/pre-commit/pre-commit-hooks
       rev: v2.3.0
       hooks:
         - id: check-added-large-files
         - id: check-merge-conflict
         - id: check-yaml
-        - id: end-of-file-fixer
-          stages: [push]
+          # stages: [push]
         - id: trailing-whitespace
-          stages: [push]
-    - repo: local
-      hooks:
-        -   id: run-black
-            name: Running Black...
-            entry: docker/lint.sh python_format
-            language: system
-            always_run: true
-            pass_filenames: false
-        -   id: run-file-checks
-            name: Checking File Types....
-            entry: docker/lint.sh file_type
-            language: system
-            always_run: true
-            pass_filenames: false
-        -   id: run-headers-check
-            name: Checking ASF License Headers ...
-            entry: docker/lint.sh asf
-            language: system
-            always_run: true
-            pass_filenames: false
-        -   id: run-headers-check
-            name: Linting the C++ code ...
-            entry: docker/lint.sh cpplint
-            language: system
-            always_run: true
-            pass_filenames: false
-        -   id: run-clang-format
-            name: Checking Clang format ...
-            entry: docker/lint.sh clang_format
-            language: system
-            always_run: true
-            pass_filenames: false
-        -   id: run-mypy
-            name: Type Checking with MyPY ...
-            entry: docker/lint.sh mypy
-            language: system
-            always_run: true
-            pass_filenames: false
+        - id: end-of-file-fixer
+          # stages: [push]
+    # - repo: local

Review Comment:
   mistake mixing up a few PRs, thanks for catching it!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to