This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new e34eea3b5d [CI] prettier: `set pass_filenames: false` to avoid
multiple passes (#2583)
e34eea3b5d is described below
commit e34eea3b5d9746e8ea0266158650d87f7901f5d3
Author: John Bampton <[email protected]>
AuthorDate: Fri Jan 9 15:18:14 2026 +1000
[CI] prettier: `set pass_filenames: false` to avoid multiple passes (#2583)
---
.pre-commit-config.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 246687331f..2c14404352 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -47,6 +47,7 @@ repos:
files: \.(js|ya?ml)$
language: node
additional_dependencies: ['[email protected]']
+ pass_filenames: false
- id: maven-spotless-apply
name: maven spotless apply
description: automatically formats Java and Scala code using mvn
spotless:apply.