d55a1e5809
In these cases Black produces unexpected results, e.g.
def make_random_password(
self,
length=10,
allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):
or
cursor.execute("""
SELECT ...
""",
[table name],
)
Backport of
|
||
---|---|---|
.. | ||
backends | ||
loaders | ||
__init__.py | ||
autoreload.py | ||
base.py | ||
context.py | ||
context_processors.py | ||
defaultfilters.py | ||
defaulttags.py | ||
engine.py | ||
exceptions.py | ||
library.py | ||
loader.py | ||
loader_tags.py | ||
response.py | ||
smartif.py | ||
utils.py |