Skip to content

Commit 01ba4ed

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 py39
1111
prettier . --write
1212

1313
lint: venv

0 commit comments

Comments
 (0)