We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6348eca commit 0c61b98Copy full SHA for 0c61b98
scripts/check_pr_title.py
@@ -34,8 +34,12 @@ def main():
34
# Print detailed guidance with templates and example
35
print("❌ Invalid PR title format")
36
print("\nAllowed PR title formats:")
37
- print("- [TASK] <Task Number>-<Variant number>. <Last Name> <First Name> <Middle Name>. <Group number>. <Task name>.")
38
- print(" Example: [TASK] 2-12. Иванов Иван Иванович. 2341-а234. Вычисление суммы элементов вектора.")
+ print(
+ "- [TASK] <Task Number>-<Variant number>. <Last Name> <First Name> <Middle Name>. <Group number>. <Task name>."
39
+ )
40
41
+ " Example: [TASK] 2-12. Иванов Иван Иванович. 2341-а234. Вычисление суммы элементов вектора."
42
43
print("- [DEV] <any text>")
44
sys.exit(1)
45
0 commit comments