fix: format all code with black
and from now on should not deviate from that...
This commit is contained in:
parent
81a6531d37
commit
34fe32af6b
4 changed files with 18 additions and 12 deletions
|
@ -18,5 +18,9 @@ Static assets
|
|||
|
||||
|
||||
def includeme(config):
|
||||
config.include('wuttaweb.static')
|
||||
config.add_static_view('{{cookiecutter.package_name}}', '{{cookiecutter.package_name}}.web:static', cache_max_age=3600)
|
||||
config.include("wuttaweb.static")
|
||||
config.add_static_view(
|
||||
"{{cookiecutter.package_name}}",
|
||||
"{{cookiecutter.package_name}}.web:static",
|
||||
cache_max_age=3600,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue