fix: upgrade to ruff 0.1.0 and fix violations (#422)

This commit is contained in:
J. Nick Koston
2025-03-13 13:12:13 -10:00
committed by GitHub
parent fc28bd4079
commit 7e4cab6778
38 changed files with 61 additions and 75 deletions

View File

@@ -38,7 +38,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
rev: v0.1.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]