Skip to content

Add wildcard pattern matching algorithm using FFT #10982

Add wildcard pattern matching algorithm using FFT

Add wildcard pattern matching algorithm using FFT #10982

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 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 (F821): strings/wildcard_pattern_matching_fft.py#L44
strings/wildcard_pattern_matching_fft.py:44:13: F821 Undefined name `input_seq_a`
Ruff (F821): strings/wildcard_pattern_matching_fft.py#L44
strings/wildcard_pattern_matching_fft.py:44:32: F821 Undefined name `input_seq_b`
Ruff (N806): strings/wildcard_pattern_matching_fft.py#L45
strings/wildcard_pattern_matching_fft.py:45:5: N806 Variable `A` in function should be lowercase
Ruff (F821): strings/wildcard_pattern_matching_fft.py#L45
strings/wildcard_pattern_matching_fft.py:45:13: F821 Undefined name `input_seq_a`
Ruff (N806): strings/wildcard_pattern_matching_fft.py#L46
strings/wildcard_pattern_matching_fft.py:46:5: N806 Variable `B` in function should be lowercase
Ruff (F821): strings/wildcard_pattern_matching_fft.py#L46
strings/wildcard_pattern_matching_fft.py:46:13: F821 Undefined name `input_seq_b`
Ruff (N806): strings/wildcard_pattern_matching_fft.py#L81
strings/wildcard_pattern_matching_fft.py:81:5: N806 Variable `A` in function should be lowercase
Ruff (F841): strings/wildcard_pattern_matching_fft.py#L81
strings/wildcard_pattern_matching_fft.py:81:5: F841 Local variable `A` is assigned to but never used
ruff
Process completed with exit code 1.