diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa94ee2..4fffc5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.8' + rev: 'v0.15.10' hooks: - id: ruff-format exclude: tests/fixtures/.* @@ -49,7 +49,7 @@ repos: - id: detect-secrets additional_dependencies: [ "gibberish-detector" ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.1 hooks: - id: mypy args: [ --no-strict-optional, --ignore-missing-imports ]