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: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4 rev: v0.9.4
hooks: hooks:
- id: ruff - id: ruff
args: [ --fix, --select, I ] args: [ --fix, --select, I ]
- id: ruff-format - id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0 rev: v1.14.1
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: additional_dependencies: