[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)
- [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.8.6)
This commit is contained in:
pre-commit-ci[bot] 2025-01-07 00:36:07 +00:00 committed by GitHub
parent c5e908b78b
commit 340aa81cf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: ["--config", "pyproject.toml"]
@ -22,6 +22,6 @@ repos:
args: [--settings-path, "./pyproject.toml"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.8.6
hooks:
- id: ruff