Skip to content

Commit 6d71799

Browse files
committed
🔧 Add jupyterhub config to skipped codespell files
1 parent 59da12b commit 6d71799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ known_first_party="jupyter-tutorial-de"
6161
known_third_party=["Cython", "accounts_pb2", "accounts_pb2_grpc", "dataprep", "google", "grpc", "mpi4py", "numpy", "pandas", "pydantic", "pytest", "requests", "setuptools"]
6262

6363
[tool.codespell]
64-
skip = "*.html, *.ipynb"
64+
skip = "*.html, *.ipynb, docs/hub/jupyterhub_config.py"

0 commit comments

Comments
 (0)