From edbe6e215778d512233d2425d060753ae9093c59 Mon Sep 17 00:00:00 2001 From: Sym Roe Date: Mon, 13 Nov 2023 15:08:51 +0000 Subject: [PATCH] fixup! Replace Black with Ruff --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 7ff2fc8..c107cf9 100644 --- a/Pipfile +++ b/Pipfile @@ -31,6 +31,7 @@ typing-extensions = ">=3.7.4" pre-commit = "*" pytest = "*" pytest-django = "*" +pytest-ruff = "*" pytest-env = "<=0.8.1" coveralls = ">=3.1.1" pytest-cov = "<=4.0.0"