Skip to content
Snippets Groups Projects
Commit 986cef51 authored by David Douard's avatar David Douard
Browse files

codespell: ignore the word 'mor' (stands for 'missing object reference')

parent 49215497
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,13 @@ repos:
hooks:
- id: codespell
name: Check source code spelling
additional_dependencies:
- tomli
stages: [commit]
- id: codespell
name: Check commit message spelling
additional_dependencies:
- tomli
stages: [commit-msg]
- repo: local
......@@ -41,4 +45,3 @@ repos:
pass_filenames: false
language: system
types: [python]
......@@ -54,3 +54,6 @@ ensure_newline_before_comments = true
line_length = 88
force_sort_within_sections = true
known_first_party = ['swh']
[tool.codespell]
ignore-words-list = "mor"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment