Compare commits

..

No commits in common. "c9a7234a954dd280dc8192ae77a564e647d013d4" and "f8fe72dc378232107100acc1924fef31b1198124" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ repos:
- id: auto-walrus
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.281
rev: v0.0.280
hooks:
- id: ruff

View File

@ -82,4 +82,3 @@ if __name__ == "__main__":
vertices = [(-175, -125), (0, 175), (175, -125)] # vertices of triangle
triangle(vertices[0], vertices[1], vertices[2], int(sys.argv[1]))
turtle.Screen().exitonclick()