Skip to content

Commit

Permalink
Run Ruff formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Dec 31, 2024
1 parent 049871e commit c609363
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Python 3.x environments only
""" # noqa: INP001


import json
import os
import random
Expand Down Expand Up @@ -513,6 +512,5 @@ def main(): # noqa: C901, PLR0912, PLR0915
remove_async_files()



if __name__ == "__main__":
main()
1 change: 0 additions & 1 deletion hooks/pre_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
to Python 3.x environments only
""" # noqa: INP001


import sys

TERMINATOR = "\x1b[0m"
Expand Down

0 comments on commit c609363

Please sign in to comment.