diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74252c8..68db006 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,19 +4,19 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.7 + rev: v0.6.9 hooks: - id: ruff args: ['--fix'] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: @@ -31,6 +31,6 @@ repos: args: - --strict - repo: https://github.com/twisted/towncrier - rev: 23.6.0 + rev: 24.8.0 hooks: - id: towncrier-check