Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
282c5be8
Unverified
Commit
282c5be8
authored
Dec 06, 2021
by
ChaimZhu
Committed by
GitHub
Dec 06, 2021
Browse files
[Enhance] Use the official markdownlint hook and add codespell hook (#1088)
* update pre-commit hook * update markdownlint
parent
bdb30325
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.pre-commit-config.yaml
.pre-commit-config.yaml
+10
-0
No files found.
.pre-commit-config.yaml
View file @
282c5be8
...
@@ -28,6 +28,16 @@ repos:
...
@@ -28,6 +28,16 @@ repos:
args
:
[
"
--remove"
]
args
:
[
"
--remove"
]
-
id
:
mixed-line-ending
-
id
:
mixed-line-ending
args
:
[
"
--fix=lf"
]
args
:
[
"
--fix=lf"
]
-
repo
:
https://github.com/markdownlint/markdownlint
rev
:
v0.11.0
hooks
:
-
id
:
markdownlint
args
:
[
"
-r"
,
"
~MD002,~MD013,~MD029,~MD033,~MD034"
,
"
-t"
,
"
allow_different_nesting"
]
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v2.1.0
hooks
:
-
id
:
codespell
-
repo
:
https://github.com/myint/docformatter
-
repo
:
https://github.com/myint/docformatter
rev
:
v1.3.1
rev
:
v1.3.1
hooks
:
hooks
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment