diff --git a/pre_commit_hooks/loaderon-hooks/Documentation/pre-commit-yaml-config.txt b/pre_commit_hooks/loaderon_hooks/Documentation/pre_commit_yaml_config.txt similarity index 100% rename from pre_commit_hooks/loaderon-hooks/Documentation/pre-commit-yaml-config.txt rename to pre_commit_hooks/loaderon_hooks/Documentation/pre_commit_yaml_config.txt diff --git a/pre_commit_hooks/loaderon-hooks/Documentation/pylint-configuration.txt b/pre_commit_hooks/loaderon_hooks/Documentation/pylint_configuration.txt similarity index 100% rename from pre_commit_hooks/loaderon-hooks/Documentation/pylint-configuration.txt rename to pre_commit_hooks/loaderon_hooks/Documentation/pylint_configuration.txt diff --git a/pre_commit_hooks/loaderon-hooks/__init__.py b/pre_commit_hooks/loaderon_hooks/Documentation/test_samples_folder.txt similarity index 100% rename from pre_commit_hooks/loaderon-hooks/__init__.py rename to pre_commit_hooks/loaderon_hooks/Documentation/test_samples_folder.txt diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/__init__.py b/pre_commit_hooks/loaderon_hooks/__init__.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/__init__.py rename to pre_commit_hooks/loaderon_hooks/__init__.py diff --git a/pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/__init__.py b/pre_commit_hooks/loaderon_hooks/general_hooks/__init__.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/__init__.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/__init__.py diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/check_branch_name.py b/pre_commit_hooks/loaderon_hooks/general_hooks/check_branch_name.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/check_branch_name.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/check_branch_name.py diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/check_class_docstring.py b/pre_commit_hooks/loaderon_hooks/general_hooks/check_class_docstring.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/check_class_docstring.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/check_class_docstring.py diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/check_line.py b/pre_commit_hooks/loaderon_hooks/general_hooks/check_line.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/check_line.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/check_line.py diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/check_location.py b/pre_commit_hooks/loaderon_hooks/general_hooks/check_location.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/check_location.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/check_location.py diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/check_using_pylint.py b/pre_commit_hooks/loaderon_hooks/general_hooks/check_using_pylint.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/check_using_pylint.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/check_using_pylint.py diff --git a/pre_commit_hooks/loaderon-hooks/general_hooks/check_xml_encoding.py b/pre_commit_hooks/loaderon_hooks/general_hooks/check_xml_encoding.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/general_hooks/check_xml_encoding.py rename to pre_commit_hooks/loaderon_hooks/general_hooks/check_xml_encoding.py diff --git a/pre_commit_hooks/loaderon-hooks/util/__init__.py b/pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/__init__.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/__init__.py rename to pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/__init__.py diff --git a/pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/check_model_name.py b/pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/check_model_name.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/check_model_name.py rename to pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/check_model_name.py diff --git a/pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/check_view_fields_order.py b/pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/check_view_fields_order.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/check_view_fields_order.py rename to pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/check_view_fields_order.py diff --git a/pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/check_view_name.py b/pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/check_view_name.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/odoo_specific_hooks/check_view_name.py rename to pre_commit_hooks/loaderon_hooks/odoo_specific_hooks/check_view_name.py diff --git a/pre_commit_hooks/loaderon-hooks/util/template_methods/__init__.py b/pre_commit_hooks/loaderon_hooks/util/__init__.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/template_methods/__init__.py rename to pre_commit_hooks/loaderon_hooks/util/__init__.py diff --git a/pre_commit_hooks/loaderon-hooks/util/check_failed_exception.py b/pre_commit_hooks/loaderon_hooks/util/check_failed_exception.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/check_failed_exception.py rename to pre_commit_hooks/loaderon_hooks/util/check_failed_exception.py diff --git a/pre_commit_hooks/loaderon-hooks/util/file_helpers.py b/pre_commit_hooks/loaderon_hooks/util/file_helpers.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/file_helpers.py rename to pre_commit_hooks/loaderon_hooks/util/file_helpers.py diff --git a/pre_commit_hooks/loaderon-hooks/util/git_helpers.py b/pre_commit_hooks/loaderon_hooks/util/git_helpers.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/git_helpers.py rename to pre_commit_hooks/loaderon_hooks/util/git_helpers.py diff --git a/pre_commit_hooks/loaderon-hooks/util/string_helpers.py b/pre_commit_hooks/loaderon_hooks/util/string_helpers.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/string_helpers.py rename to pre_commit_hooks/loaderon_hooks/util/string_helpers.py diff --git a/pre_commit_hooks/loaderon_hooks/util/template_methods/__init__.py b/pre_commit_hooks/loaderon_hooks/util/template_methods/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pre_commit_hooks/loaderon-hooks/util/template_methods/checker_template_method.py b/pre_commit_hooks/loaderon_hooks/util/template_methods/checker_template_method.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/template_methods/checker_template_method.py rename to pre_commit_hooks/loaderon_hooks/util/template_methods/checker_template_method.py diff --git a/pre_commit_hooks/loaderon-hooks/util/template_methods/file_bunches_lines_checker_template_method.py b/pre_commit_hooks/loaderon_hooks/util/template_methods/file_bunches_lines_checker_template_method.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/template_methods/file_bunches_lines_checker_template_method.py rename to pre_commit_hooks/loaderon_hooks/util/template_methods/file_bunches_lines_checker_template_method.py diff --git a/pre_commit_hooks/loaderon-hooks/util/template_methods/file_checker_template_method.py b/pre_commit_hooks/loaderon_hooks/util/template_methods/file_checker_template_method.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/template_methods/file_checker_template_method.py rename to pre_commit_hooks/loaderon_hooks/util/template_methods/file_checker_template_method.py diff --git a/pre_commit_hooks/loaderon-hooks/util/template_methods/files_bunches_checker_template_method.py b/pre_commit_hooks/loaderon_hooks/util/template_methods/files_bunches_checker_template_method.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/template_methods/files_bunches_checker_template_method.py rename to pre_commit_hooks/loaderon_hooks/util/template_methods/files_bunches_checker_template_method.py diff --git a/pre_commit_hooks/loaderon-hooks/util/template_methods/lines_checker_template_method.py b/pre_commit_hooks/loaderon_hooks/util/template_methods/lines_checker_template_method.py similarity index 100% rename from pre_commit_hooks/loaderon-hooks/util/template_methods/lines_checker_template_method.py rename to pre_commit_hooks/loaderon_hooks/util/template_methods/lines_checker_template_method.py