Skip to content

Commit

Permalink
Merge pull request #611 from homebysix/pre-commit-2
Browse files Browse the repository at this point in the history
Update pre-commit config and related changes to recipes
  • Loading branch information
homebysix authored Oct 8, 2023
2 parents 55bcb09 + 3336d42 commit 6b7a52d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.12.3
rev: v1.12.4
hooks:
- id: check-autopkg-recipes
args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"]
Expand All @@ -9,7 +9,7 @@ repos:
exclude: ^Corel\/
- id: forbid-autopkg-trust-info
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ["--maxkb=100"]
Expand All @@ -28,23 +28,23 @@ repos:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md"]
- repo: https://github.com/ambv/black
rev: 22.10.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.3.0]
- repo: https://github.com/PyCQA/pylint
rev: v2.15.5
rev: v3.0.1
hooks:
- id: pylint
2 changes: 1 addition & 1 deletion MySQLWorkbench/MySQLWorkbench.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>Description</key>
<string>Downloads the latest version of MySQLWorkbench.

Set the ARCH input variable based on the desired architecture:
- "x86_64" (default) - Intel
- "arm64" - Apple Silicon
Expand Down
2 changes: 1 addition & 1 deletion NightOwl/NightOwl.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>NightOwl</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>Process</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion SequelPro/SequelPro.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<string>Sequel Pro</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>ParentRecipe</key>
<string>com.github.jleggat.SequelPro.download</string>
<key>Process</key>
Expand Down

0 comments on commit 6b7a52d

Please sign in to comment.