Skip to content

Commit e4df75d

Browse files
committed
Bump version for development
1 parent e260d1d commit e4df75d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.17.0
18+
rev: v1.18.0
1919
hooks:
2020
- id: check-plists
2121
# - id: ...
@@ -144,7 +144,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat
144144

145145
```yaml
146146
- repo: https://github.com/homebysix/pre-commit-macadmin
147-
rev: v1.17.0
147+
rev: v1.18.0
148148
hooks:
149149
- id: check-munki-pkgsinfo
150150
args: ['--catalogs', 'testing', 'stable', '--']
@@ -154,7 +154,7 @@ But if you also use the `--categories` argument, you would move the trailing `--
154154

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

167167
```yaml
168168
- repo: https://github.com/homebysix/pre-commit-macadmin
169-
rev: v1.17.0
169+
rev: v1.18.0
170170
hooks:
171171
- id: check-munki-pkgsinfo
172172
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.17.0",
9+
version="1.18.0",
1010
author="Elliot Jordan",
1111
author_email="[email protected]",
1212
packages=["pre_commit_hooks"],

0 commit comments

Comments
 (0)