Skip to content

Commit eec397d

Browse files
committed
Target 3.11 when checking black
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent d2ba529 commit eec397d

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
@@ -11,7 +11,7 @@ format: venv
1111
prettier . --write
1212

1313
lint: venv
14-
uv tool run black --check .
14+
uv tool run black --check . --target-version py311
1515
uv tool run flake8 src/ --ignore=E203,W503,E722,E731 --max-complexity=100 --max-line-length=160
1616
uv tool run pyflakes src/
1717
uv tool run pyright src/

0 commit comments

Comments
 (0)