Skip to content

Commit 78d318b

Browse files
committed
Force biome v1.9.4 for now
1 parent e0b9892 commit 78d318b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
format:
22
ruff format
3-
npx @biomejs/biome format --write
3+
npx @biomejs/biome@1.9.4 format --write
44
djhtml pgcommitfest/*/templates/*.html pgcommitfest/*/templates/*.inc --tabwidth=1
55

66
lint:
77
ruff check
8-
npx @biomejs/biome check
8+
npx @biomejs/biome@1.9.4 check
99

1010
lint-fix:
1111
ruff check --fix
12-
npx @biomejs/biome check --fix
12+
npx @biomejs/biome@1.9.4 check --fix
1313

1414
lint-fix-unsafe:
1515
ruff check --fix --unsafe-fixes
16-
npx @biomejs/biome check --fix --unsafe
16+
npx @biomejs/biome@1.9.4 check --fix --unsafe
1717

1818
fix: format lint-fix-unsafe

0 commit comments

Comments
 (0)