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.
2 parents 4b6132d + 1abcdec commit ddec715Copy full SHA for ddec715
nibabel/nicom/ascconv.py
@@ -10,7 +10,7 @@
10
11
ASCCONV_RE = re.compile(
12
r'### ASCCONV BEGIN((?:\s*[^=\s]+=[^=\s]+)*) ###\n(.*?)\n### ASCCONV END ###',
13
- flags=re.M | re.S,
+ flags=re.MULTILINE | re.DOTALL,
14
)
15
16
pyproject.toml
@@ -119,6 +119,7 @@ select = [
119
"B",
120
"C4",
121
"F",
122
+ "FURB",
123
"I",
124
"PIE",
125
"PLE",
0 commit comments