Skip to content

Commit 4a58fb6

Browse files
committed
build: format javascript with prettier
1 parent d6e9322 commit 4a58fb6

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ repos:
7373
entry: prettier
7474
args: ["--write"]
7575
types_or:
76+
- javascript
7677
- json
77-
- yaml
7878
- markdown
79+
- yaml
7980
- id: taplo
8081
name: taplo
8182
language: system

.releaserc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ module.exports = {
6363
[
6464
"@semantic-release/exec",
6565
{
66-
verifyConditionsCmd: "ci/release/verify_conditions.sh ${options.dryRun}",
66+
verifyConditionsCmd:
67+
"ci/release/verify_conditions.sh ${options.dryRun}",
6768
verifyReleaseCmd: "ci/release/verify_release.sh ${nextRelease.version}",
6869
prepareCmd: "ci/release/prepare.sh ${nextRelease.version}",
6970
publishCmd: "ci/release/publish.sh",

.taplo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
exclude = [
2-
".direnv/*",
3-
".git/*",
4-
".benchmarks/*",
5-
".mypy_cache/*",
6-
".pytest_cache/*",
7-
".ruff_cache/*",
8-
]
1+
include = ["*.toml", "ibis/**/*.toml"]

0 commit comments

Comments
 (0)