Skip to content

timer

timer #12643

Triggered via pull request March 16, 2025 18:54
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff: data_structures/trie/trie.py#L93
data_structures/trie/trie.py:93:13: SIM905 Consider using a list literal instead of `str.split`
ruff: data_structures/trie/radix_tree.py#L220
data_structures/trie/radix_tree.py:220:13: SIM905 Consider using a list literal instead of `str.split`
ruff: data_structures/trie/radix_tree.py#L195
data_structures/trie/radix_tree.py:195:13: SIM905 Consider using a list literal instead of `str.split`
ruff: data_structures/arrays/sudoku_solver.py#L206
data_structures/arrays/sudoku_solver.py:206:14: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
ruff: data_structures/arrays/sudoku_solver.py#L57
data_structures/arrays/sudoku_solver.py:57:14: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
ruff: conversions/prefix_conversions_string.py#L71
conversions/prefix_conversions_string.py:71:21: PYI019 Use `Self` instead of custom TypeVar `T`
ruff: conversions/prefix_conversions_string.py#L56
conversions/prefix_conversions_string.py:56:21: PYI019 Use `Self` instead of custom TypeVar `T`
ruff: bit_manipulation/timer.py#L9
bit_manipulation/timer.py:9:32: W292 No newline at end of file
ruff: bit_manipulation/timer.py#L9
bit_manipulation/timer.py:9:27: W291 Trailing whitespace
ruff: bit_manipulation/timer.py#L1
bit_manipulation/timer.py:1:1: I001 Import block is un-sorted or un-formatted