Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ repos:
- id: bandit
args: ["-r"]
files: ^(dsms)/.*
additional_dependencies:
- "pbr==2.0.0"
- "setuptools==65.5.1"

- repo: local
hooks:
Expand Down
2 changes: 1 addition & 1 deletion dsms/knowledge/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Radio": "string",
"Select": "string",
"File": "string",
"Checkbox": "boolean",
"Checkbox": "bool",
"Knowledge item": "anyURI",
"VocabularyTerm": "anyURI",
}
Expand Down
Loading