Skip to content

Commit

Permalink
🔧 Add codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Oct 1, 2024
1 parent 4b42949 commit fccd967
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ repos:
args: [--line-length=79]
additional_dependencies:
- black
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
args: [--toml pyproject.toml]
- repo: local
hooks:
- id: linkcheck
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ docs = [
dev = [
"pyviz-tutorial[docs]",
"pre-commit",
"codespell",
]

[project.urls]
"Homepage" = "https://github.com/veit/pyviz-tutorial/"
"Bug Tracker" = "https://github.com/veit/pyviz-tutorial/issues"

[tool.codespell]
skip = "*.ipynb, *.rst, *.svg, ./pyviz_tutorial.egg-info/*"

0 comments on commit fccd967

Please sign in to comment.