From 2a5f1a0c8d5c96bd3c678ed80ca06bce12c356b0 Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Mon, 15 Jul 2024 15:22:50 +0200 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36913c8..c6619e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ show_error_codes = "True" [tool.deptry] extend_exclude = [ - "{{cookiecutter.project_name}}" + ".+/test_foo.py" ] [tool.deptry.per_rule_ignores]