From c9434208b13d9ee3e93842c17cbacbf971f03ad5 Mon Sep 17 00:00:00 2001 From: ronardcaktus Date: Thu, 19 Feb 2026 08:09:49 -0500 Subject: [PATCH] Undo comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bfb247..69bd006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ source = ["analytical"] [tool.pytest.ini_options] addopts = "--junitxml=tests/unittests-report.xml --color=yes --verbose" DJANGO_SETTINGS_MODULE = "tests.testproject.settings" -# norecursedirs = ["playground"] +norecursedirs = ["playground"] [tool.ruff.format] quote-style = "single"