update precommit hooks (#28)

This commit is contained in:
2025-02-02 11:14:05 -07:00
committed by GitHub

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: