Upgrade pre-commit hooks

This commit is contained in:
Dan Yeaw 2024-07-11 22:13:54 -04:00
parent 67c2db59e0
commit 6c52903127
No known key found for this signature in database
GPG Key ID: 86B9FEF88B780F2B

View File

@ -1,15 +1,15 @@
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.1
hooks:
- id: mypy
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.14'
rev: 'v0.5.1'
hooks:
- id: ruff
args: [--fix]