Skip to content

Commit

Permalink
Merge pull request #626 from homebysix/pre-commit
Browse files Browse the repository at this point in the history
Update pre commit config
  • Loading branch information
homebysix authored Feb 11, 2024
2 parents 8ba2f85 + 024617b commit e331dec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.13.0
rev: v1.15.0
hooks:
- id: check-autopkg-recipes
args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"]
Expand Down Expand Up @@ -28,23 +28,23 @@ repos:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md"]
- repo: https://github.com/ambv/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.11.0]
additional_dependencies: [black==24.1.1]
- repo: https://github.com/PyCQA/pylint
rev: v3.0.1
rev: v3.0.3
hooks:
- id: pylint
2 changes: 1 addition & 1 deletion ezeep/ezeepBluePrintApp.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For the older "ezeep Desktop" app, use the ezeepDesktop recipes.</string>
</dict>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<string>2.7</string>
<key>ParentRecipe</key>
<string>com.github.homebysix.download.ezeepBluePrintApp</string>
<key>Process</key>
Expand Down
2 changes: 1 addition & 1 deletion greenfoot/Greenfoot.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<string>Greenfoot</string>
</dict>
<key>MinimumVersion</key>
<string>0.2.9</string>
<string>0.3.1</string>
<key>Process</key>
<array>
<dict>
Expand Down

0 comments on commit e331dec

Please sign in to comment.