noqa a test

This commit is contained in:
Pierre Sassoulas 2024-04-23 13:08:54 +02:00 committed by GitHub
parent a42d7d79d0
commit 0749ac4323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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):