Skip to content

Commit 693a518

Browse files
committed
update check manifest
1 parent 6ac5db6 commit 693a518

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,4 @@ source = ["dataclass_compat"]
140140
# add files that you want check-manifest to explicitly ignore here
141141
# (files that are in the repo but shouldn't go in the package)
142142
[tool.check-manifest]
143-
ignore = [
144-
".github_changelog_generator",
145-
".pre-commit-config.yaml",
146-
".ruff_cache/**/*",
147-
"setup.py",
148-
"tests/**/*",
149-
]
143+
ignore = [".pre-commit-config.yaml", "tests/**/*"]

0 commit comments

Comments
 (0)