Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-scrubber
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-scrubber
Commits
986cef51
Commit
986cef51
authored
1 year ago
by
David Douard
Browse files
Options
Downloads
Patches
Plain Diff
codespell: ignore the word 'mor' (stands for 'missing object reference')
parent
49215497
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+4
-1
4 additions, 1 deletion
.pre-commit-config.yaml
pyproject.toml
+3
-0
3 additions, 0 deletions
pyproject.toml
with
7 additions
and
1 deletion
.pre-commit-config.yaml
+
4
−
1
View file @
986cef51
...
...
@@ -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
]
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
0
View file @
986cef51
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment