Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed May 21, 2023
1 parent 5902658 commit ca50a3d
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/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-added-large-files
args: [--maxkb=100]
Expand All @@ -14,11 +14,11 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/python/black
rev: 21.5b1
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.10.1
rev: v1.12.4
hooks:
- id: check-autopkg-recipes
- id: forbid-autopkg-overrides

0 comments on commit ca50a3d

Please sign in to comment.