From 40f36952112c58192211c532f72d3d5ab0eda870 Mon Sep 17 00:00:00 2001 From: Liran Funaro Date: Tue, 3 Sep 2024 19:04:34 +0300 Subject: [PATCH] Update project's configuration Signed-off-by: Liran Funaro --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cb63ba..854e545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,12 +64,15 @@ push = false ] "tests/source/conf.py" = [ "^version = \"{version}\"$", - "Copyright (c) 2023-YYYY, Liran Funaro.", ] "tests/expected/overrides-auto-summery.md" = [ "", "", ] +"tests/expected/overrides-auto-module.md" = [ + "", + "", +] [tool.black] line-length = 120