This commit is contained in:
pre-commit-ci[bot] 2026-04-13 16:40:33 +00:00 committed by GitHub
commit 8871e63ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,12 +9,12 @@ repos:
- id: check-merge-conflict
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.0
rev: 26.3.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.5
rev: v0.15.10
hooks:
- id: ruff
args: ["--select=I", "--fix"] # Only run import-related rules