Skip to content

Commit a444d33

Browse files
committed
Add pre-commit run --all-files to make format
1 parent 5a01ad6 commit a444d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ test_no_images: _runtest
6161
format:
6262
ruff check --fix --exit-zero $(FORMAT_FILES)
6363
ruff format $(FORMAT_FILES)
64+
pre-commit run --all-files
6465

6566
check:
6667
ruff check $(FORMAT_FILES)

0 commit comments

Comments
 (0)