Skip to content

MAINT: Make codespell a Pixi task - #374

Closed
VeckoTheGecko wants to merge 1 commit into
mainfrom
codespell
Closed

MAINT: Make codespell a Pixi task#374
VeckoTheGecko wants to merge 1 commit into
mainfrom
codespell

Conversation

@VeckoTheGecko

@VeckoTheGecko VeckoTheGecko commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

And also fix the codespell skip.

Comment thread pyproject.toml
[tool.codespell]
ignore-words-list = "nd"
skip = "pixi.lock,.pixi,qaqc.yaml,intermediate/indexing/why-an-index.ipynb"
skip = "pixi.lock,.pixi,qaqc.yaml,why-an-index.ipynb"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After testing this, I guess that this skip argument doesn't work properly with direct paths to specific files.

This change now works

@VeckoTheGecko

Copy link
Copy Markdown
Contributor Author

OK - very strangely setting skip in pyproject.toml as:

  • intermediate/indexing/why-an-index.ipynb causes the pre-commit hook to pass, but the Pixi task/GitHub action to pass
  • why-an-index.ipynb causes the Pixi task/GitHub action to pass, but the pre-commit hook to fail

We don't need codespell in the GHA/Pixi task and in the hooks - since we also have the pre-commit CI bot. I'm going to remove it from qaqa.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant