Skip to content

Commit

Permalink
refactor: minor spelling mistakes codespell, add ignore word list
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 3, 2024
1 parent 1a11d31 commit 387820a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/app/db/db_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class DbTaskMappingIssue(Base):


class DbMappingIssueCategory(Base):
"""Represents a category of task mapping issues identified during validaton."""
"""Represents a category of task mapping issues identified during validation."""

__tablename__ = "mapping_issue_categories"

Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ exclude_rules = "CP05" # Avoid capitalisation of enums

[tool.codespell]
skip = "contrib/*.py,*languages_and_countries.py,*pnpm-lock.yaml,*CHANGELOG.md"
ignore-words-list = "ProjectIn"
write-changes = true

0 comments on commit 387820a

Please sign in to comment.