diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa94ee2e..75d9b24c 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.21' hooks: - id: ruff-format exclude: tests/fixtures/.* @@ -49,14 +49,14 @@ repos: - id: detect-secrets additional_dependencies: [ "gibberish-detector" ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.3.0 hooks: - id: mypy args: [ --no-strict-optional, --ignore-missing-imports ] additional_dependencies: [ "pydantic>2.0", "toml", "types-PyYAML" ] exclude: "^tests/" - repo: https://github.com/jsh9/pydoclint - rev: 0.8.3 + rev: 0.9.1 hooks: - id: pydoclint args: