misc: Run pre-commit autoupdate

This updates the pre-commit utility from v4.3.0 to v4.5.0 and updates
black from 22.6.0 to 23.9.1.

Change-Id: I7ebb551f30e617059ce49f89a30207f739b1cb14
This commit is contained in:
Bobby R. Bruce
2023-10-09 12:38:27 -07:00
parent 58140bba1f
commit 317d2fb5b8

View File

@@ -53,7 +53,7 @@ default_stages: [commit]
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@@ -68,7 +68,7 @@ repos:
hooks: hooks:
- id: yamlfmt - id: yamlfmt
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.6.0 rev: 23.9.1
hooks: hooks:
- id: black - id: black
- repo: local - repo: local