Skip to content

Commit ede7683

Browse files
committed
Change package name to prevent conflicts
Resolves #78
1 parent d1f06f5 commit ede7683

36 files changed

Lines changed: 45 additions & 45 deletions
File renamed without changes.

pre_commit_hooks/check_autopkg_recipes.py renamed to pre_commit_macadmin_hooks/check_autopkg_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from packaging.version import Version
1212

13-
from pre_commit_hooks.util import (
13+
from pre_commit_macadmin_hooks.util import (
1414
detect_deprecated_keys,
1515
detect_typoed_keys,
1616
load_autopkg_recipe,
File renamed without changes.

pre_commit_hooks/check_jamf_extension_attributes.py renamed to pre_commit_macadmin_hooks/check_jamf_extension_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
from typing import List, Optional
77

8-
from pre_commit_hooks.util import validate_shebangs
8+
from pre_commit_macadmin_hooks.util import validate_shebangs
99

1010

1111
def build_argument_parser() -> argparse.ArgumentParser:

pre_commit_hooks/check_jamf_json_manifests.py renamed to pre_commit_macadmin_hooks/check_jamf_json_manifests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from datetime import datetime
1111
from typing import Any, Dict, List, Optional, Tuple
1212

13-
from pre_commit_hooks.util import validate_required_keys
13+
from pre_commit_macadmin_hooks.util import validate_required_keys
1414

1515
# Types found in the Jamf JSON manifests
1616
MANIFEST_TYPES = {
File renamed without changes.

pre_commit_hooks/check_jamf_scripts.py renamed to pre_commit_macadmin_hooks/check_jamf_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import argparse
55
from typing import List, Optional
66

7-
from pre_commit_hooks.util import validate_shebangs
7+
from pre_commit_macadmin_hooks.util import validate_shebangs
88

99

1010
def build_argument_parser() -> argparse.ArgumentParser:

pre_commit_hooks/check_munki_pkgsinfo.py renamed to pre_commit_macadmin_hooks/check_munki_pkgsinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from typing import List, Optional
99
from xml.parsers.expat import ExpatError
1010

11-
from pre_commit_hooks.util import (
11+
from pre_commit_macadmin_hooks.util import (
1212
detect_deprecated_keys,
1313
detect_typoed_keys,
1414
validate_pkginfo_key_types,

pre_commit_hooks/check_munkiadmin_scripts.py renamed to pre_commit_macadmin_hooks/check_munkiadmin_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
from typing import List, Optional
77

8-
from pre_commit_hooks.util import validate_shebangs
8+
from pre_commit_macadmin_hooks.util import validate_shebangs
99

1010

1111
def build_argument_parser() -> argparse.ArgumentParser:

0 commit comments

Comments
 (0)