From ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 1 Mar 2025 19:41:37 +0100 Subject: Applied Black's 2025 stable style. https://github.com/psf/black/releases/tag/25.1.0 --- tests/auth_tests/test_validators.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/auth_tests/test_validators.py') diff --git a/tests/auth_tests/test_validators.py b/tests/auth_tests/test_validators.py index d6ee44511d..ea75c4a080 100644 --- a/tests/auth_tests/test_validators.py +++ b/tests/auth_tests/test_validators.py @@ -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: -- cgit v1.3