Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
46d5c8b7
Verified
Commit
46d5c8b7
authored
6 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
chore: lint with black
parent
0a22a2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
formats/instruction_set.py
formats/instruction_set.py
+2
-2
No files found.
formats/instruction_set.py
View file @
46d5c8b7
...
...
@@ -20,7 +20,7 @@ config_file_schema = {
"type"
:
"string"
,
"description"
:
"MIME type"
,
"example"
:
"text/plain"
,
}
}
,
},
"required"
:
[
"name"
,
"content"
],
}
...
...
@@ -41,7 +41,7 @@ instruction_set_schema = {
"files"
:
{
"type"
:
"array"
,
"items"
:
config_file_schema
,
},
},
},
"required"
:
[
"message_type"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment