Add wildcard pattern matching algorithm using FFT #10979
Annotations
6 errors
Ruff (E501):
strings/wildcard_pattern_matching_fft.py#L15
strings/wildcard_pattern_matching_fft.py:15:89: E501 Line too long (91 > 88)
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L42
strings/wildcard_pattern_matching_fft.py:42:5: N806 Variable `A` in function should be lowercase
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L43
strings/wildcard_pattern_matching_fft.py:43:5: N806 Variable `B` in function should be lowercase
|
Ruff (N802):
strings/wildcard_pattern_matching_fft.py#L47
strings/wildcard_pattern_matching_fft.py:47:5: N802 Function name `compute_A_fft` should be lowercase
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L76
strings/wildcard_pattern_matching_fft.py:76:5: N806 Variable `A` in function should be lowercase
|
ruff
Process completed with exit code 1.
|