Skip to content

Commit

Permalink
chore: Update pre-commit (#6496)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jan 24, 2025
1 parent b7ebf93 commit d9861ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.3
hooks:
- id: ruff
files: holoviews/|scripts/
Expand All @@ -27,7 +27,7 @@ repos:
- id: clean-notebook
args: [--strip-trailing-newlines]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ known-first-party = ["holoviews"]
combine-as-imports = true

[tool.codespell]
ignore-words-list = "lod,nd,ndoes,reenabled,spreaded,whn,ser,assertIn"
ignore-words-list = "lod,nd,ndoes,reenabled,spreaded,whn,ser,assertIn,anc"
skip = "doc/generate_modules.py"
write-changes = true

0 comments on commit d9861ae

Please sign in to comment.