Skip to content

Commit

Permalink
Ignore codespell false positive (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Aug 14, 2024
1 parent 0098a6b commit 6a85d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies: ["tomli"]
- repo: https://github.com/alan-turing-institute/CleverCSV-pre-commit
rev: v0.8.2
hooks:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ combine-as-imports = true
split-on-trailing-comma = false
known-first-party = ["typeshed_stats"]

[tool.codespell]
ignore-words-list = ["corus"]

[tool.mypy]
files = ['website_macros.py', 'src', 'tests', 'scripts']
show_traceback = true
Expand Down

0 comments on commit 6a85d40

Please sign in to comment.