Skip to content

Commit

Permalink
Merge pull request #617 from homebysix/pre-commit
Browse files Browse the repository at this point in the history
Update pre-commit config
  • Loading branch information
homebysix authored Nov 18, 2023
2 parents ace044c + ee8860b commit 463bc94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4
rev: v1.13.0
hooks:
- id: check-autopkg-recipes
args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"]
Expand Down Expand Up @@ -28,7 +28,7 @@ repos:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md"]
- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -43,7 +43,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.3.0]
additional_dependencies: [black==23.11.0]
- repo: https://github.com/PyCQA/pylint
rev: v3.0.1
hooks:
Expand Down

0 comments on commit 463bc94

Please sign in to comment.