1
0
mirror of https://github.com/django/django.git synced 2025-10-25 22:56:12 +00:00

Applied Black's 2025 stable style.

https://github.com/psf/black/releases/tag/25.1.0
This commit is contained in:
Mariusz Felisiak
2025-03-01 19:41:37 +01:00
committed by GitHub
parent ea1e3703be
commit ff3aaf036f
45 changed files with 210 additions and 182 deletions

View File

@@ -350,10 +350,10 @@ class UsernameValidatorsTests(SimpleTestCase):
invalid_usernames = [
"o'connell",
"عبد ال",
"zerowidth\u200Bspace",
"nonbreaking\u00A0space",
"zerowidth\u200bspace",
"nonbreaking\u00a0space",
"en\u2013dash",
"trailingnewline\u000A",
"trailingnewline\u000a",
]
v = validators.UnicodeUsernameValidator()
for valid in valid_usernames: