Skip to content

Commit a432281

Browse files
committed
Rename changelog.d --> changelogs
1 parent 6792e47 commit a432281

File tree

9 files changed

+2
-6
lines changed

9 files changed

+2
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {file = "LICENSE"}
77
requires-python = ">=3.10,<4.0"
88

99
[tool.towncrier]
10-
directory = "changelog.d"
10+
directory = "changelogs"
1111
filename = "changelog.md"
1212
start_string = "<!-- towncrier release notes start -->\n"
1313
underlines = ["", "", ""]
@@ -52,18 +52,14 @@ include = ["bot/**"]
5252
exclude = [
5353
"**/__pycache__",
5454
"**/.mypy_cache",
55-
"**/.dmpypy.json",
56-
"old_code/**"
55+
"**/.dmpypy.json"
5756
]
5857
reportMissingImports = true
5958
typeCheckingMode = "basic"
6059
reportUnnecessaryTypeIgnoreComment = "warning"
6160

6261
[tool.ruff]
6362
line-length = 88
64-
exclude = [
65-
"old_code/**"
66-
]
6763

6864
[tool.ruff.lint]
6965
ignore = [

0 commit comments

Comments
 (0)