perf(strings): optimize anagram signature using frequency counts #13794
Annotations
3 errors
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
Run uvx ruff check --output-format=github .:
strings/anagrams.py#L24
strings/anagrams.py:24:30: UP006 Use `list` instead of `List` for type annotation
|
Run uvx ruff check --output-format=github .:
strings/anagrams.py#L6
strings/anagrams.py:6:1: UP035 `typing.List` is deprecated, use `list` instead
|
Loading