fix: Upgrade Black (#3057)

* bump black

* bump black on precommit

* run black

* fix backend test runner
This commit is contained in:
Michael Genson
2024-01-27 15:11:54 -06:00
committed by GitHub
parent 0800a8d00a
commit a5ef18669b
45 changed files with 81 additions and 73 deletions

View File

@@ -3,5 +3,4 @@ The img package is a collection of utilities for working with images. While it o
within the img package should not be tightly coupled to Mealie.
"""
from .minify import *

View File

@@ -46,8 +46,7 @@ class ABCMinifier(ABC):
)
@abstractmethod
def minify(self, image: Path, force=True):
...
def minify(self, image: Path, force=True): ...
def purge(self, image: Path):
if not self._purge: