We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d8abf commit 8e25f60Copy full SHA for 8e25f60
tests/test_integration.py
@@ -16,7 +16,7 @@
16
from formate.__main__ import main
17
from formate.config import load_toml
18
19
-path_sub = re.compile(rf" .*/pytest-of-.*/pytest-\d+")
+path_sub = re.compile(r" .*/pytest-of-.*/pytest-\d+")
20
21
22
@no_type_check
0 commit comments