[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.4)
This commit is contained in:
pre-commit-ci[bot] 2024-11-18 17:09:37 +00:00 committed by GitHub
parent 58f62a5756
commit 733ac9619b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]