Fix warning on pre-commit run (#2514)

This commit is contained in:
Asher Foa 2025-05-29 12:53:39 -04:00 committed by GitHub
parent 96b3cc3fe8
commit 98f257d54e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ repos:
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.1
hooks:
- id: isort
language_version: python3.11