mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
testing for two new hooks
changed name of testing files folder for testing samples... updated all paths using it
This commit is contained in:
parent
04d965a6a5
commit
23dfdc438c
40 changed files with 86 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import sys
|
|||
|
||||
def get_sample_file_path(file_name):
|
||||
current_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
testing_files_folder_path = current_path + '/testing_files/'
|
||||
testing_files_folder_path = current_path + '/testing_samples/'
|
||||
return testing_files_folder_path + file_name
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue