Skip to content

Add wildcard pattern matching algorithm using FFT #10981

Add wildcard pattern matching algorithm using FFT

Add wildcard pattern matching algorithm using FFT #10981

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.