Skip to content

Commit 1821240

Browse files
committed
Remove coding header from Python files
1 parent 94e1074 commit 1821240

17 files changed

Lines changed: 0 additions & 17 deletions

pre_commit_hooks/check_autopkg_recipe_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""This hook checks AutoPkg recipe lists (in txt, plist, yaml, or json format)
43
for common issues.
54

pre_commit_hooks/check_autopkg_recipes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""This hook checks AutoPkg recipes to ensure they meet various
43
requirements."""
54

pre_commit_hooks/check_git_config_email.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""This hook checks to ensure the Git config email matches one of the specified domains."""
43

54
import argparse

pre_commit_hooks/check_jamf_extension_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""Check Jamf extension attributes for common issues."""
43

54
import argparse

pre_commit_hooks/check_jamf_json_manifests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""This hook checks Jamf JSON schema custom app manifests for inconsistencies and common issues."""
43

54
# References:

pre_commit_hooks/check_jamf_profiles.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""Check Jamf scripts for common issues."""
43

54
import argparse

pre_commit_hooks/check_jamf_scripts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""Check Jamf scripts for common issues."""
43

54
import argparse

pre_commit_hooks/check_munki_pkgsinfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""This hook checks Munki pkginfo files to ensure they are valid."""
43

54
import argparse

pre_commit_hooks/check_munkiadmin_scripts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""This hook ensures MunkiAdmin scripts are executable."""
43

54
import argparse

pre_commit_hooks/check_munkipkg_buildinfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: utf-8 -*-
32
"""Check MunkiPkg build-info files to ensure they are valid."""
43

54
import argparse

0 commit comments

Comments
 (0)