Bump requirements and disable f-string check
Bump Mako to 1.0.7 in lower-constraints.txt and add consider-using-f-string to .pylintrc to avoid pep8 failure at pylint stage. Change-Id: Iccda2830b4ef2d512709b3775ffab415ce47581e
This commit is contained in:
parent
890d62a3df
commit
c266a3e6d2
@ -56,6 +56,7 @@ disable=
|
||||
bad-continuation,
|
||||
consider-iterating-dictionary,
|
||||
consider-using-enumerate,
|
||||
consider-using-f-string,
|
||||
invalid-name,
|
||||
len-as-condition,
|
||||
misplaced-comparison-constant,
|
||||
|
@ -30,7 +30,7 @@ Jinja2==2.10
|
||||
keystoneauth1==3.14.0
|
||||
kombu==4.6.1
|
||||
linecache2==1.0.0
|
||||
Mako==0.4.0
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.1.1
|
||||
monotonic==0.6
|
||||
mox3==0.20.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user