Skip to content

Commit cf3eb1a

Browse files
committed
Target python 3.9 in black
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent d28e1f1 commit cf3eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ venv:
77
uv sync
88

99
format: venv
10-
uv tool run black .
10+
uv tool run black . --target-version to py39
1111
prettier . --write
1212

1313
lint: venv

0 commit comments

Comments
 (0)