misc: [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0)
- [github.com/PyCQA/isort: 5.11.5 → 5.13.2](https://github.com/PyCQA/isort/compare/5.11.5...5.13.2)
- [github.com/psf/black: 23.9.1 → 24.10.0](https://github.com/psf/black/compare/23.9.1...24.10.0)
- [github.com/asottile/pyupgrade: v3.14.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.14.0...v3.17.0)
This commit is contained in:
pre-commit-ci[bot]
2024-10-07 21:48:59 +00:00
committed by Bobby R. Bruce
parent 4f7b3ed827
commit 7661116b00

View File

@@ -49,11 +49,11 @@ exclude: |
tests/.*/ref/.* tests/.*/ref/.*
)$ )$
default_stages: [commit] default_stages: [pre-commit]
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@@ -69,7 +69,7 @@ repos:
- id: destroyed-symlinks - id: destroyed-symlinks
- id: requirements-txt-fixer - id: requirements-txt-fixer
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.11.5 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
@@ -77,11 +77,11 @@ repos:
hooks: hooks:
- id: yamlfmt - id: yamlfmt
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.9.1 rev: 24.10.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.14.0 rev: v3.17.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
# Python 3.8 is the earliest version supported. # Python 3.8 is the earliest version supported.