misc: Run pre-commit autoupdate (#419)

1. Runs `pre-commit autoupdate`.
2. Runs `pre-commit run --all-files`.
3. Adds (2.) to ".git-blame-ignore-rev".
This commit is contained in:
Bobby R. Bruce
2023-10-10 21:41:33 -07:00
committed by GitHub
185 changed files with 125 additions and 177 deletions

View File

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