Add wildcard pattern matching algorithm using FFT #10981
Annotations
5 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#L52
strings/wildcard_pattern_matching_fft.py:52:5: N806 Variable `A` in function should be lowercase
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L53
strings/wildcard_pattern_matching_fft.py:53:5: N806 Variable `B` in function should be lowercase
|
Ruff (N806):
strings/wildcard_pattern_matching_fft.py#L90
strings/wildcard_pattern_matching_fft.py:90:5: N806 Variable `A` in function should be lowercase
|
ruff
Process completed with exit code 1.
|