Skip to content

Commit

Permalink
Add: connec to codespell dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Oct 11, 2023
1 parent ee5f862 commit f33f37c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
args: [-w]

- repo: https://github.com/keewis/blackdoc
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ ignore = [
"setup.py" = ["T201"]
"examples/*.py" = ["T201"]
"tests/*.py" = ["T201", "B018"]

[tool.codespell]
ignore-words-list = "connec"
skip="./docs/source/_generated/**,./docs/build/*,./build/*"

0 comments on commit f33f37c

Please sign in to comment.