Skip to content

Add wildcard pattern matching algorithm using FFT #10978

Add wildcard pattern matching algorithm using FFT

Add wildcard pattern matching algorithm using FFT #10978

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 (E501): strings/wildcard_pattern_matching_fft.py#L18
strings/wildcard_pattern_matching_fft.py:18:89: E501 Line too long (98 > 88)
Ruff (N806): strings/wildcard_pattern_matching_fft.py#L38
strings/wildcard_pattern_matching_fft.py:38:5: N806 Variable `A` in function should be lowercase
Ruff (N806): strings/wildcard_pattern_matching_fft.py#L39
strings/wildcard_pattern_matching_fft.py:39:5: N806 Variable `B` in function should be lowercase
Ruff (N802): strings/wildcard_pattern_matching_fft.py#L42
strings/wildcard_pattern_matching_fft.py:42:5: N802 Function name `compute_A_fft` should be lowercase
Ruff (N806): strings/wildcard_pattern_matching_fft.py#L71
strings/wildcard_pattern_matching_fft.py:71:5: N806 Variable `A` in function should be lowercase
Ruff (W293): strings/wildcard_pattern_matching_fft.py#L96
strings/wildcard_pattern_matching_fft.py:96:1: W293 Blank line contains whitespace
Ruff (W292): strings/wildcard_pattern_matching_fft.py#L96
strings/wildcard_pattern_matching_fft.py:96:5: W292 No newline at end of file
ruff
Process completed with exit code 1.