update precommit hooks

This commit is contained in:
Brian Rosner 2025-02-02 11:11:44 -07:00
parent 937158e620
commit 9c483edba9

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: