File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ repos:
1414 - id : requirements-txt-fixer
1515
1616 - repo : https://github.com/MarcoGorelli/auto-walrus
17- rev : 0.3.4
17+ rev : 0.4.1
1818 hooks :
1919 - id : auto-walrus
2020
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.14.10
22+ rev : v0.14.14
2323 hooks :
2424 - id : ruff-check
2525 - id : ruff-format
3232 - tomli
3333
3434 - repo : https://github.com/tox-dev/pyproject-fmt
35- rev : v2.11 .1
35+ rev : v2.12 .1
3636 hooks :
3737 - id : pyproject-fmt
3838
Original file line number Diff line number Diff line change 881881 * [ Quine] ( other/quine.py )
882882 * [ Scoring Algorithm] ( other/scoring_algorithm.py )
883883 * [ Sdes] ( other/sdes.py )
884+ * [ Sliding Window Maximum] ( other/sliding_window_maximum.py )
884885 * [ Tower Of Hanoi] ( other/tower_of_hanoi.py )
885886 * [ Word Search] ( other/word_search.py )
886887
You can’t perform that action at this time.
0 commit comments