mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
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],
)
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| closeable_cache.py | ||
| liberal_backend.py | ||
| models.py | ||
| tests.py | ||
| tests_async.py | ||