diff --git a/.cspell.json b/.cspell.json index 80a9edfc..caf8de0b 100644 --- a/.cspell.json +++ b/.cspell.json @@ -19,6 +19,7 @@ "**/*.osm", "**/*.pcd", "**/*.pt", + "**/*.so", "**/*.stl", "**/*.svg", "**/*.wav", @@ -577,6 +578,7 @@ "demangling", "DENABLE", "denoise", + "denoised", "densification", "dependabot", "deque", @@ -686,6 +688,7 @@ "FHTI", "figsize", "filtfilt", + "finetune", "FLANN", "fliplr", "floralwhite", @@ -1088,9 +1091,12 @@ "mlmodels", "mmclassification", "MMCV", + "mmdeploy", "mmdet", "mmdetection", "mmlab", + "mmpretrain", + "mobilenet", "mobilenetv", "modalias", "MODELZOO", @@ -1225,6 +1231,7 @@ "optarg", "optenv", "OPTIND", + "optuna", "orangered", "orocos", "orthometric", @@ -1247,6 +1254,7 @@ "parallelization", "paramtype", "parkinglot", + "parzen", "pathlib", "paththrough", "PCAN", @@ -1641,6 +1649,7 @@ "toggleable", "tolist", "toolkits", + "toolset", "topk", "toplevel", "topo", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a242040..39424d80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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] @@ -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 @@ -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]