Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
d98b2001d09b
Commit
2edc640a
authored
Apr 07, 2021
by
Laurent Peuch
Browse files
fix(skeleton): respect black when generating a newcube
parent
6b9f6decfaf0
Pipeline
#49028
passed with stages
in 36 minutes and 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cubicweb/devtools/devctl.py
View file @
d98b2001
...
...
@@ -727,7 +727,7 @@ layout, and a full featured cube with "full" layout.',
'distname'
:
distname
,
'shortdesc'
:
shortdesc
,
'longdesc'
:
longdesc
or
shortdesc
,
'dependencies'
:
dependencies
,
'dependencies'
:
str
(
dependencies
).
replace
(
"'"
,
'"'
),
# to respect black formatting
'version'
:
cubicwebversion
,
'year'
:
str
(
date
.
today
().
year
),
'author'
:
self
[
'author'
],
...
...
Write
Preview
Supports
Markdown
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