From 0749ac432382928c062f12eb6b6ea221556e3f92 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 23 Apr 2024 13:08:54 +0200 Subject: [PATCH] noqa a test --- testing/io/test_saferepr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/io/test_saferepr.py b/testing/io/test_saferepr.py index eefa3f72b..5d270f175 100644 --- a/testing/io/test_saferepr.py +++ b/testing/io/test_saferepr.py @@ -79,7 +79,7 @@ def test_baseexception(): raise self.exc_type(*args) raise self.exc_type - def __str__(self): + def __str__(self): # noqa: PLE0307 self.raise_exc("__str__") def __repr__(self):