From 2c09c7f73e2fc770f42b5dd2588aa9634b4e7c6e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 10 Apr 2024 19:56:46 -0400 Subject: Switch from black to ruff format Ruff is faster and if it supports everything that black supports than why not? I did have to pull in a more recent version from unstable, but that's easy to do now. And I decided to just go ahead and configure ruff by turning on almost all checks, which meant I had to fix a whole bunch of things, but I did that and everything is okay now. --- Biz/Llamacpp.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Biz/Llamacpp.py') diff --git a/Biz/Llamacpp.py b/Biz/Llamacpp.py index e75de5b..cd47e1e 100644 --- a/Biz/Llamacpp.py +++ b/Biz/Llamacpp.py @@ -1,6 +1,4 @@ -""" -Llamacpp -""" +"""Llamacpp.""" # : run nixos-23_11.llama-cpp # : run nixos-23_11.openblas -- cgit v1.2.3