We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac5db6 commit 693a518Copy full SHA for 693a518
pyproject.toml
@@ -140,10 +140,4 @@ source = ["dataclass_compat"]
140
# add files that you want check-manifest to explicitly ignore here
141
# (files that are in the repo but shouldn't go in the package)
142
[tool.check-manifest]
143
-ignore = [
144
- ".github_changelog_generator",
145
- ".pre-commit-config.yaml",
146
- ".ruff_cache/**/*",
147
- "setup.py",
148
- "tests/**/*",
149
-]
+ignore = [".pre-commit-config.yaml", "tests/**/*"]
0 commit comments