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 43ad9be commit 7d0495dCopy full SHA for 7d0495d
.pre-commit-config.yaml
@@ -50,6 +50,9 @@ repos:
50
- id: bandit
51
args: ["-r"]
52
files: ^(dsms)/.*
53
+ additional_dependencies:
54
+ - "pbr==2.0.0"
55
+ - setuptools
56
57
- repo: local
58
hooks:
dsms/knowledge/utils.py
@@ -45,7 +45,7 @@
45
"Radio": "string",
46
"Select": "string",
47
"File": "string",
48
- "Checkbox": "boolean",
+ "Checkbox": "bool",
49
"Knowledge item": "anyURI",
"VocabularyTerm": "anyURI",
}
0 commit comments