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.
NO_COPY_REGEX
.
1 parent ff30d9f commit 8d3ef69Copy full SHA for 8d3ef69
nancy/__init__.py
@@ -20,7 +20,7 @@
20
VERSION = importlib.metadata.version("nancy")
21
22
TEMPLATE_REGEX = re.compile(r"\.nancy(?=\.[^.]+$|$)")
23
-NO_COPY_REGEX = re.compile(r"\.in(?=\.(nancy.)?[^.]+$|$)")
+NO_COPY_REGEX = re.compile(r"\.in(?=\.(nancy\.)?[^.]+$|$)")
24
MACRO_REGEX = re.compile(rb"(\\?)\$([^\W\d_]\w*)")
25
26
0 commit comments