We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6f254 commit 0b28a07Copy full SHA for 0b28a07
.pre-commit-config.yaml
@@ -41,6 +41,11 @@ repos:
41
hooks:
42
- id: yamllint
43
44
+ - repo: https://github.com/autowarefoundation/autoware-guideline-check
45
+ rev: 0.1.0
46
+ hooks:
47
+ - id: check-package-depends
48
+
49
- repo: https://github.com/tier4/pre-commit-hooks-ros
50
rev: v0.10.0
51
mkdocs.yaml
@@ -95,8 +95,6 @@ markdown_extensions:
95
- name: mermaid
96
class: mermaid
97
format: !!python/name:pymdownx.superfences.fence_code_format
98
- - pymdownx.tasklist:
99
- custom_checkbox: true
100
- toc:
101
permalink: "#"
102
toc_depth: 3
0 commit comments