treefmt: upgrade nixfmt options

This commit is contained in:
Jörg Thalheim
2024-07-08 16:05:15 +02:00
parent 50a2b90d66
commit bd8515fa59
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
'';