Update pre-commit hooks.

This commit is contained in:
fabiocaccamo 2024-11-01 00:13:04 +00:00 committed by github-actions[bot]
parent 58f62a5756
commit acc92a3d01
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.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]