Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2024-03-27 02:23:17 +00:00 committed by github-actions[bot]
parent c616a03632
commit 0b1513e5d3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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