From d706d8f1e1794a8939805d2ee87dff419b4cc102 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 22 Apr 2024 20:04:24 -0700 Subject: [PATCH] don't lint tests --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 03ab604..4ff77a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,6 +110,9 @@ ignore = [ fixable = ["ALL"] +[tool.black] +exclude = ["tests"] + [tool.mypy] plugins = [ "pydantic.mypy"