Merge pull request #4057 from emmanuel-ferdman/main
Some checks are pending
pre-commit / pre-commit (push) Waiting to run

This commit is contained in:
paul-gauthier 2025-06-02 14:03:17 -07:00 committed by GitHub
commit 295122fc97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ class RelativeIndenter:
"""
if self.marker in text:
raise ValueError("Text already contains the outdent marker: {self.marker}")
raise ValueError(f"Text already contains the outdent marker: {self.marker}")
lines = text.splitlines(keepends=True)