Skip to content

Commit b7e0e60

Browse files
committed
v1.4.0
1 parent 04aa9d5 commit b7e0e60

File tree

2 files changed

+144
-6
lines changed

2 files changed

+144
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-package-cookiecutter"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -12,6 +12,7 @@ dev = [
1212
"poethepoet>=0.35.0",
1313
"pytest>=8.4.0",
1414
"ruff>=0.11.13",
15+
"sphinx>=8.2.3",
1516
]
1617

1718
[tool.poe.tasks]
@@ -83,11 +84,10 @@ tree.help = "[Misc] List project files in tree format."
8384
[tool.ruff]
8485
fix = true
8586
lint.select = [ "ALL" ]
86-
lint.ignore = [ "D203", "D211", "D212", "D213", "COM812" , "S101", "BLE001"]
87+
lint.ignore = [ "D203", "D211", "D212", "D213", "COM812", "BLE001"]
8788

88-
# Excluding Jinja formatted paths is kind of tricky.
89-
# Escape '{{' as '[{][{]' and '}}' as '[}][}]'
90-
exclude = [ "[{][{] cookiecutter.package_name [}][}]", ]
89+
[tool.ruff.lint.per-file-ignores]
90+
"tests/*" = ["S101", "S603"]
9191

9292
[tool.pytest.ini_options]
9393
# Narrow to just tests to avoid finding {{ cookiecutter.package_name }}/tests

uv.lock

Lines changed: 139 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)