From 11f446a3257e008b8ce1269b0f8849e4c01aaf6c Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 16 Jan 2024 14:13:19 +0000 Subject: [PATCH] ignore all migrations --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7eaa00e2..c82828d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ upload_to_release = true [tool.black] line-length = 80 -extend-exclude = "^/codeforlife/user/migrations/" +extend-exclude = ".*/migrations/.*py" [tool.pytest.ini_options] env = ["DJANGO_SETTINGS_MODULE=manage"]