-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task 1 #1
Conversation
Здравствуйте! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кроме того, везде отсутствует перенос строки в конце файла 😢
.github/workflows/code_style.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ай-яй. Некрасиво выключать проверку стиля кода
project/task_1.py
Outdated
path=path, | ||
) | ||
|
||
create_labeled_two_cycle_graph(3,4,("a","b"),'1') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Довольно странное решение вызывать библиотечную функцию на топлевеле в самой библиотеке
Не специально отключил проверку стиля, правильно понимаю, мне надо включить проверку стиля, отредактировать code style, поправить тест и после принятия task 1, залить task 2 (его приняли?)? |
Вам нужно
Если тут будет всё хорошо, и я дам добро, то вам нужно будет влить эту ветку в main, а потом подтянуть main в ветку с задачей 2, чтобы я не видел лишнего кода в изменениях |
Исправил все недочеты, запустил black на всем проекте, но pre-commit все равно на что-то ругается... |
Логи pre-commit подсказывают чего делать. Вам стоит запускать именно pre-commit, а не только black. Первый проверяет и остальные файлы, помимо питоновских. Ваш план действий сейчас такой:
Merge conflict может возникнуть, но навряд ли там будет что-то ужасно сложное для починки |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поздравляю! Вы смогли!
спасибо за подсказки! в следующих домашках будет лучше. |
Да, обе домашки давайте сейчас вливать в main, так будет проще |
No description provided.