fix: update pre-commit hook versions and adjust ruff dependency in pyproject.toml

This commit is contained in:
2025-03-25 18:28:22 +00:00
parent 9c0dca7b15
commit 1019eae9fe
2 changed files with 3 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
rev: v0.11.2
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer