File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,10 @@ repos:
73
73
entry : prettier
74
74
args : ["--write"]
75
75
types_or :
76
+ - javascript
76
77
- json
77
- - yaml
78
78
- markdown
79
+ - yaml
79
80
- id : taplo
80
81
name : taplo
81
82
language : system
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ module.exports = {
63
63
[
64
64
"@semantic-release/exec" ,
65
65
{
66
- verifyConditionsCmd : "ci/release/verify_conditions.sh ${options.dryRun}" ,
66
+ verifyConditionsCmd :
67
+ "ci/release/verify_conditions.sh ${options.dryRun}" ,
67
68
verifyReleaseCmd : "ci/release/verify_release.sh ${nextRelease.version}" ,
68
69
prepareCmd : "ci/release/prepare.sh ${nextRelease.version}" ,
69
70
publishCmd : "ci/release/publish.sh" ,
Original file line number Diff line number Diff line change 1
- exclude = [
2
- " .direnv/*" ,
3
- " .git/*" ,
4
- " .benchmarks/*" ,
5
- " .mypy_cache/*" ,
6
- " .pytest_cache/*" ,
7
- " .ruff_cache/*" ,
8
- ]
1
+ include = [" *.toml" , " ibis/**/*.toml" ]
You can’t perform that action at this time.
0 commit comments