فهرست منبع

Fix bazel mod deps file regex. (#3585)

Oops.
Jon Ross-Perkins 2 سال پیش
والد
کامیت
aece16a595
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .pre-commit-config.yaml

+ 2 - 2
.pre-commit-config.yaml

@@ -75,8 +75,8 @@ repos:
         language: python
         files: |
           (?x)^(
-            .*MODULE.bazel.*
-            .*WORKSPACE.*|
+            .*MODULE.bazel.*|
+            .*WORKSPACE.*
           )$
       - id: clang-format
         name: clang-format