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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 5140250421 ci(type-checking): run type-checking-frontend hook 
sequentially (#32323)
5140250421 is described below

commit 5140250421d6cc40a77ed2bd9a79e0104fb37dbc
Author: alveifbklsiu259 <[email protected]>
AuthorDate: Sat Feb 22 04:26:52 2025 +0800

    ci(type-checking): run type-checking-frontend hook sequentially (#32323)
---
 .pre-commit-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index eb88910feb..a8525a1b17 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -75,6 +75,7 @@ repos:
         language: node
         files: ^superset-frontend\/.*\.(js|jsx|ts|tsx)$
         exclude: ^superset-frontend/cypress-base\/
+        require_serial: true
   # blacklist unsafe functions like make_url (see #19526)
   - repo: https://github.com/skorokithakis/blacklist-pre-commit-hook
     rev: e2f070289d8eddcaec0b580d3bde29437e7c8221

Reply via email to