We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0737e6 commit 7ff6e8bCopy full SHA for 7ff6e8b
template/{% if nix %}flake.nix{% endif %}.jinja
@@ -68,7 +68,7 @@
68
echo "[nix][metrics] Run {{project_name}} open TODO checks."
69
flake8 --select=T --statistics --count {{package_name}} tests
70
echo "[nix][metrics] Run {{project_name}} black checks."
71
- black --check {{package_name}}
+ black -l 80 --check {{package_name}}
72
'');
73
};
74
docs = {
0 commit comments