FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MAINT: Make codespell a Pixi task by VeckoTheGecko · Pull Request #374 · xarray-contrib/xarray-tutorial · GitHub

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 commented Aug 18, 2026
edited
Loading

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

This change now works

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL