| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| [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" |
There was a problem hiding this comment.
After testing this, I guess that this skip argument doesn't work properly with direct paths to specific files.
This change now works
Sorry, something went wrong.
|
OK - very strangely setting skip in pyproject.toml as:
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 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
And also fix the codespell skip.