Add wildcard pattern matching algorithm using FFT #10980
Annotations
10 errors
Ruff (I001):
strings/wildcard_pattern_matching_fft.py#L1
strings/wildcard_pattern_matching_fft.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
strings/wildcard_pattern_matching_fft.py#L14
strings/wildcard_pattern_matching_fft.py:14:89: E501 Line too long (91 > 88)
|
Ruff (W293):
strings/wildcard_pattern_matching_fft.py#L22
strings/wildcard_pattern_matching_fft.py:22:1: W293 Blank line contains whitespace
|
Ruff (E501):
strings/wildcard_pattern_matching_fft.py#L24
strings/wildcard_pattern_matching_fft.py:24:89: E501 Line too long (98 > 88)
|
Ruff (W293):
strings/wildcard_pattern_matching_fft.py#L47
strings/wildcard_pattern_matching_fft.py:47:1: W293 Blank line contains whitespace
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L49
strings/wildcard_pattern_matching_fft.py:49:5: N806 Variable `A` in function should be lowercase
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L50
strings/wildcard_pattern_matching_fft.py:50:5: N806 Variable `B` in function should be lowercase
|
Ruff (W293):
strings/wildcard_pattern_matching_fft.py#L68
strings/wildcard_pattern_matching_fft.py:68:1: W293 Blank line contains whitespace
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L87
strings/wildcard_pattern_matching_fft.py:87:5: N806 Variable `A` in function should be lowercase
|
ruff
Process completed with exit code 1.
|