update dev deps

This commit is contained in:
Joshua Bronson 2024-11-03 07:15:16 -05:00
parent c85aab0098
commit 18e7a75762
1 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@ repos:
args: ["--uri-ignore-words-list", "*"] # https://github.com/codespell-project/codespell/issues/2473 args: ["--uri-ignore-words-list", "*"] # https://github.com/codespell-project/codespell/issues/2473
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.26.0 rev: v1.27.0
hooks: hooks:
- id: typos - id: typos
args: [--write-changes] args: [--write-changes]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2 rev: v1.13.0
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: additional_dependencies:
@ -50,7 +50,7 @@ repos:
- pytest - pytest
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9 rev: v0.7.2
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --unsafe-fixes] args: [--fix, --unsafe-fixes]