treefmt: upgrade nixfmt options

This commit is contained in:
Jörg Thalheim
2024-07-08 16:05:15 +02:00
parent 5d64442282
commit f263602fb7
2 changed files with 8 additions and 32 deletions

View File

@@ -38,7 +38,7 @@
patchShebangs --build $out
ruff format --check --diff $out
ruff --line-length 88 $out
ruff check --line-length 88 $out
mypy --strict $out
'';