From 5acae054b41e592249777feefd6a7be7b020c89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Wed, 11 Feb 2026 21:53:22 +0200 Subject: [PATCH] Update Black formatting rules --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bedfc4..a48b899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,5 +56,5 @@ deps = -r requirements.txt commands = mypy axes prospector - black -t py312 --check --diff axes + black -t py314 --check --diff axes """