mirror of
https://github.com/django-components/django-components.git
synced 2025-07-18 22:05:00 +00:00
Reformat lines that became too long. And enforce 119 line length.
This commit is contained in:
parent
ef6a082238
commit
48fe8171b4
25 changed files with 314 additions and 733 deletions
|
@ -12,9 +12,7 @@ class SaferStaticFilesConfig(StaticFilesConfig):
|
|||
by the static file server.
|
||||
"""
|
||||
|
||||
default = (
|
||||
True # Ensure that _this_ app is registered, as opposed to parent cls.
|
||||
)
|
||||
default = True # Ensure that _this_ app is registered, as opposed to parent cls.
|
||||
ignore_patterns = StaticFilesConfig.ignore_patterns + [
|
||||
"*.py",
|
||||
"*.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue