update precommit hooks (#28)

This commit is contained in:
Brian Rosner 2025-02-02 11:14:05 -07:00 committed by GitHub
commit 13e32cb741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.9.4
hooks:
- id: ruff
args: [ --fix, --select, I ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: