forked from mirrors/bookwyrm
70c652d565
- Fix long line. - Enforce a few stylistic habits: - Avoid some potential dangerous constructs. - `arrow-spacing`: Use at least one space around arrows. - `keyword-spacing`: Use at least one space around keywords (if, else, for…). - `no-multiple-empty-lines`: Only use one empty line between code. - `no-var`: Use `let` or `const` instead of `var`: - `padded-blocks`: Do not pad blocks. - `padding-line-between-statements`: Use empty lines between some statements. - `space-before-blocks`: Use at least one space before the opening brace of a block. |
||
---|---|---|
.. | ||
activitypub | ||
connectors | ||
importers | ||
management/commands | ||
migrations | ||
models | ||
static | ||
templates | ||
templatetags | ||
tests | ||
utils | ||
views | ||
__init__.py | ||
activitystreams.py | ||
admin.py | ||
context_processors.py | ||
emailing.py | ||
forms.py | ||
sanitize_html.py | ||
settings.py | ||
signatures.py | ||
status.py | ||
tasks.py | ||
timezone_middleware.py | ||
urls.py | ||
wsgi.py |