From 47e18557cfa8845addb80349505aef5c30327016 Mon Sep 17 00:00:00 2001 From: Dan Swick <2365503+danswick@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:47:11 -0700 Subject: [PATCH] Update pyproject.toml (#2620) --- backend/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 97858ef217..672c354c11 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,6 @@ exclude_dirs = [ "audit/test_validators.py", "node_modules", "dissemination/test_search.py", - "dissemination/tests.py", ] [tool.djlint]