This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch
dependabot/npm_and_yarn/superset-frontend/prettier-3.4.2
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to
refs/heads/dependabot/npm_and_yarn/superset-frontend/prettier-3.4.2 by this
push:
new 7c9da19757 Bumping prettier in precommit
7c9da19757 is described below
commit 7c9da197572e04eb3062b9c150e8fc8406e52360
Author: Evan Rusackas <[email protected]>
AuthorDate: Wed Jan 8 16:21:31 2025 -0700
Bumping prettier in precommit
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f436161652..61a01face0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -57,7 +57,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- - [email protected]
+ - [email protected]
args: ["--ignore-path=./superset-frontend/.prettierignore"]
files: "superset-frontend"
# blacklist unsafe functions like make_url (see #19526)