mirror of
https://github.com/Hopiu/django.git
synced 2026-04-17 13:31:09 +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 | ||
| test_accept_header.py | ||
| test_data_upload_settings.py | ||
| tests.py | ||