Skip to content

Commit 3034dcb

Browse files
committed
Bump version
1 parent 7314aab commit 3034dcb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For any hook in this repo you wish to use, add the following to your pre-commit
1515

1616
```yaml
1717
- repo: https://github.com/homebysix/pre-commit-macadmin
18-
rev: v1.16.2
18+
rev: v1.17.0
1919
hooks:
2020
- id: check-plists
2121
# - id: ...
@@ -141,7 +141,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat
141141

142142
```yaml
143143
- repo: https://github.com/homebysix/pre-commit-macadmin
144-
rev: v1.16.2
144+
rev: v1.17.0
145145
hooks:
146146
- id: check-munki-pkgsinfo
147147
args: ['--catalogs', 'testing', 'stable', '--']
@@ -151,7 +151,7 @@ But if you also use the `--categories` argument, you would move the trailing `--
151151

152152
```yaml
153153
- repo: https://github.com/homebysix/pre-commit-macadmin
154-
rev: v1.16.2
154+
rev: v1.17.0
155155
hooks:
156156
- id: check-munki-pkgsinfo
157157
args: ['--catalogs', 'testing', 'stable', '--categories', 'Design', 'Engineering', 'Web Browsers', '--']
@@ -163,7 +163,7 @@ If it looks better to your eye, feel free to use a multi-line list for long argu
163163

164164
```yaml
165165
- repo: https://github.com/homebysix/pre-commit-macadmin
166-
rev: v1.16.2
166+
rev: v1.17.0
167167
hooks:
168168
- id: check-munki-pkgsinfo
169169
args: [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name="pre-commit-macadmin",
77
description="Pre-commit hooks for Mac admins, client engineers, and IT consultants.",
88
url="https://github.com/homebysix/pre-commit-macadmin",
9-
version="1.16.2",
9+
version="1.17.0",
1010
author="Elliot Jordan",
1111
author_email="elliot@elliotjordan.com",
1212
packages=["pre_commit_hooks"],

0 commit comments

Comments
 (0)