File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 language : system
1414 pass_filenames : false
1515 always_run : true
16- args : [tests/]
16+ args : [tests/]
Original file line number Diff line number Diff line change 44 echo ' Usage: make problem <problem_number>' ; \
55 exit 1; \
66 fi
7- @uv run scripts/create_problem.py $(filter-out problem,$(MAKECMDGOALS ) )
7+ @uv run scripts/create_problem.py $(filter-out problem,$(MAKECMDGOALS ) )
8+
Original file line number Diff line number Diff line change @@ -120,4 +120,4 @@ make problem <номер_задачи_без_ведущих_нулей>
1201201 ) Скрипт создает новую ** /feat** ветку, а так же файлы решения и тестов минимизируя рутину
1211212 ) Удаление веток после ** merge** опционально (в истории коммитов сохраняется вся инфа)
122122</details >
123- <hr >
123+ <hr >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pythonpath = ['.']
1414
1515[project ]
1616name = ' leetcode-solutions'
17- version = ' 0 .1.0'
17+ version = ' 1 .1.0'
1818requires-python = ' >=3.10'
1919dependencies = [
2020 ' requests' ,
@@ -25,4 +25,4 @@ dependencies = [
2525dev = [
2626 ' pytest' ,
2727 ' ruff' ,
28- ]
28+ ]
You can’t perform that action at this time.
0 commit comments