From 43bbe11d798489dea678a75f6e8d40b0ea5e18d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Fri, 17 Jan 2025 20:30:29 +0100 Subject: [PATCH] Make ruff happy and update mailmap --- .mailmap | 2 ++ test/test_nonunicode.py | 1 + 2 files changed, 3 insertions(+) diff --git a/.mailmap b/.mailmap index 6445697e..36dc04ce 100644 --- a/.mailmap +++ b/.mailmap @@ -12,6 +12,7 @@ J. David Ibáñez Jeremy Westwood Jose Plana Kaarel Kitsemets +Karl Malmros <44969574+ktpa@users.noreply.github.com> Lukas Fleischer Martin Lenders Matthew Duggan @@ -32,6 +33,7 @@ Tamir Bahar Victor Garcia Victor Florea Vlad Temian +William Schueller Wim Jeantine-Glenn Xavier Delannoy Xu Tao diff --git a/test/test_nonunicode.py b/test/test_nonunicode.py index 06dfc0fc..8a2fb638 100644 --- a/test/test_nonunicode.py +++ b/test/test_nonunicode.py @@ -32,6 +32,7 @@ bstring = b'\xc3master' + def test_nonunicode_branchname(testrepo): folderpath = 'temp_repo_nonutf' if os.path.exists(folderpath):