Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Oct 19, 2023
2 parents bb914f4 + 7e862c2 commit 8ca580c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"**/*.osm",
"**/*.pcd",
"**/*.pt",
"**/*.so",
"**/*.stl",
"**/*.svg",
"**/*.wav",
Expand Down Expand Up @@ -577,6 +578,7 @@
"demangling",
"DENABLE",
"denoise",
"denoised",
"densification",
"dependabot",
"deque",
Expand Down Expand Up @@ -686,6 +688,7 @@
"FHTI",
"figsize",
"filtfilt",
"finetune",
"FLANN",
"fliplr",
"floralwhite",
Expand Down Expand Up @@ -1088,9 +1091,12 @@
"mlmodels",
"mmclassification",
"MMCV",
"mmdeploy",
"mmdet",
"mmdetection",
"mmlab",
"mmpretrain",
"mobilenet",
"mobilenetv",
"modalias",
"MODELZOO",
Expand Down Expand Up @@ -1225,6 +1231,7 @@
"optarg",
"optenv",
"OPTIND",
"optuna",
"orangered",
"orocos",
"orthometric",
Expand All @@ -1247,6 +1254,7 @@
"parallelization",
"paramtype",
"parkinglot",
"parzen",
"pathlib",
"paththrough",
"PCAN",
Expand Down Expand Up @@ -1641,6 +1649,7 @@
"toggleable",
"tolist",
"toolkits",
"toolset",
"topk",
"toplevel",
"topo",
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -18,7 +18,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.36.0
rev: v0.37.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]
Expand All @@ -34,7 +34,7 @@ repos:
- id: yamllint

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck

Expand All @@ -50,7 +50,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--line-length=100]
Expand Down

0 comments on commit 8ca580c

Please sign in to comment.