Skip to content

Commit

Permalink
Update project's configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Funaro <liran.funaro@gmail.com>
  • Loading branch information
liran-funaro committed Sep 3, 2024
1 parent f11af7b commit 40f3695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,15 @@ push = false
]
"tests/source/conf.py" = [
"^version = \"{version}\"$",
"Copyright (c) 2023-YYYY, Liran Funaro.",
]
"tests/expected/overrides-auto-summery.md" = [
"<meta name=\"version\" content=\"{version}\"/>",
"<meta name=\"copyright\" content=\"Copyright (c) 2023-YYYY, Liran Funaro.\"/>",
]
"tests/expected/overrides-auto-module.md" = [
"<meta name=\"version\" content=\"{version}\"/>",
"<meta name=\"copyright\" content=\"Copyright (c) 2023-YYYY, Liran Funaro.\"/>",
]

[tool.black]
line-length = 120
Expand Down

0 comments on commit 40f3695

Please sign in to comment.