File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919 - id : auto-walrus
2020
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.14.7
22+ rev : v0.14.10
2323 hooks :
2424 - id : ruff-check
2525 - id : ruff-format
5050 - id : validate-pyproject
5151
5252 - repo : https://github.com/pre-commit/mirrors-mypy
53- rev : v1.19.0
53+ rev : v1.19.1
5454 hooks :
5555 - id : mypy
5656 args :
Original file line number Diff line number Diff line change 398398 * [ Minimum Squares To Represent A Number] ( dynamic_programming/minimum_squares_to_represent_a_number.py )
399399 * [ Minimum Steps To One] ( dynamic_programming/minimum_steps_to_one.py )
400400 * [ Minimum Tickets Cost] ( dynamic_programming/minimum_tickets_cost.py )
401+ * [ Narcissistic Number] ( dynamic_programming/narcissistic_number.py )
401402 * [ Optimal Binary Search Tree] ( dynamic_programming/optimal_binary_search_tree.py )
402403 * [ Palindrome Partitioning] ( dynamic_programming/palindrome_partitioning.py )
403404 * [ Range Sum Query] ( dynamic_programming/range_sum_query.py )
You can’t perform that action at this time.
0 commit comments