Skip to content

Add wildcard pattern matching algorithm using FFT #10984

Add wildcard pattern matching algorithm using FFT

Add wildcard pattern matching algorithm using FFT #10984

Triggered via pull request October 12, 2024 16:43
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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#L78
strings/wildcard_pattern_matching_fft.py:78:5: N806 Variable `A` in function should be lowercase
Ruff (F841): strings/wildcard_pattern_matching_fft.py#L78
strings/wildcard_pattern_matching_fft.py:78:5: F841 Local variable `A` is assigned to but never used
ruff
Process completed with exit code 1.