Skip to content

Commit

Permalink
ci(pre-commit): Fix failing codespell hook in desktop file
Browse files Browse the repository at this point in the history
The codespell hook is failing due to translations. This was introduced
in PR mixxxdj#14153. This commits excludes the file from the codespell check.
  • Loading branch information
Holzhaus committed Jan 13, 2025
1 parent a807be6 commit 10fd15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
"\\W(?:m_p*(?=[A-Z])|m_(?=\\w)|pp*(?=[A-Z])|k(?=[A-Z])|s_(?=\\w))",
--write-changes,
]
exclude: ^(packaging/wix/LICENSE.rtf.in|src/dialog/dlgabout\.cpp|.*\.(?:pot?|(?<!\.d\.)ts|wxl|svg))$
exclude: ^(packaging/wix/LICENSE.rtf.in|src/dialog/dlgabout\.cpp|res/linux/org\.mixxx\.Mixxx\.desktop|.*\.(?:pot?|(?<!\.d\.)ts|wxl|svg))$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.14.0
hooks:
Expand Down

0 comments on commit 10fd15e

Please sign in to comment.