fix: update pre-commit ruff version and format compliance

This commit is contained in:
Andy Lee
2025-08-06 22:33:15 -07:00
parent 7d920f9071
commit 9842ad8330

View File

@@ -1,6 +1,6 @@
repos:
- 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
@@ -10,7 +10,7 @@ repos:
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.12.7
hooks:
- id: ruff
- id: ruff-format