Skip to content

Commit 7d0495d

Browse files
v4.0.1 (#63)
* update boolean to bool * fix issue with bandit hook
1 parent 43ad9be commit 7d0495d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ repos:
5050
- id: bandit
5151
args: ["-r"]
5252
files: ^(dsms)/.*
53+
additional_dependencies:
54+
- "pbr==2.0.0"
55+
- setuptools
5356

5457
- repo: local
5558
hooks:

dsms/knowledge/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"Radio": "string",
4646
"Select": "string",
4747
"File": "string",
48-
"Checkbox": "boolean",
48+
"Checkbox": "bool",
4949
"Knowledge item": "anyURI",
5050
"VocabularyTerm": "anyURI",
5151
}

0 commit comments

Comments
 (0)