From bb4acbb52ddbd05b8f8658fe82507f6b52e5fcf0 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 10 Apr 2024 16:19:07 -0700 Subject: [PATCH] Rename twincat_st_new_lines.py to twincat_st_newline.py this is the name that the setup.py is looking for to make this available to pre-commit --- .../{twincat_st_new_lines.py => twincat_st_newline.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pre_commit_hooks/{twincat_st_new_lines.py => twincat_st_newline.py} (100%) diff --git a/pre_commit_hooks/twincat_st_new_lines.py b/pre_commit_hooks/twincat_st_newline.py similarity index 100% rename from pre_commit_hooks/twincat_st_new_lines.py rename to pre_commit_hooks/twincat_st_newline.py