Skip to content

Commit 7ff6e8b

Browse files
committed
Update black check line length
1 parent b0737e6 commit 7ff6e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/{% if nix %}flake.nix{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
echo "[nix][metrics] Run {{project_name}} open TODO checks."
6969
flake8 --select=T --statistics --count {{package_name}} tests
7070
echo "[nix][metrics] Run {{project_name}} black checks."
71-
black --check {{package_name}}
71+
black -l 80 --check {{package_name}}
7272
'');
7373
};
7474
docs = {

0 commit comments

Comments
 (0)