Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2024-02-20 02:22:31 +00:00 committed by github-actions[bot]
parent 8c60674654
commit 209d80b0b3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ repos:
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py311-plus]

View File

@ -35,7 +35,7 @@ repos:
# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
# Linter
- id: ruff