Skip to content

Commit 18bb945

Browse files
committed
Fix typo in pyproject.toml
1 parent 4c61a9a commit 18bb945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ build_cmd = "build:prod"
1717
npm = ["jlpm"]
1818

1919
[tool.check-manifest]
20-
ignore = ["app/**", "binder/**", "buildutils/**", "docs/**, "packages/**", "codecov.yml", "*.json", "yarn.lock", "readthedocs.yml", ".bumpversion.cfg", ".*", "lint-staged.config.js", "*.svg", "notebook/labextension/**", "notebook/schemas/**", "notebook/static/**", "notebook/template/**", "ui-tests/**"]
20+
ignore = ["app/**", "binder/**", "buildutils/**", "docs/**", "packages/**", "codecov.yml", "*.json", "yarn.lock", "readthedocs.yml", ".bumpversion.cfg", ".*", "lint-staged.config.js", "*.svg", "notebook/labextension/**", "notebook/schemas/**", "notebook/static/**", "notebook/template/**", "ui-tests/**"]

0 commit comments

Comments
 (0)