diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab3a2a8..003ea33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # v0.0.233: Last version of ruff which will accept "py36" as target-version - rev: v0.0.233 + rev: v0.6.3 hooks: - id: ruff args: @@ -26,7 +26,7 @@ repos: #- "--exit-non-zero-on-fix" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy exclude: "conftest\\.py$" @@ -51,7 +51,7 @@ repos: - id: markdownlint-fix - repo: https://github.com/twisted/towncrier - rev: 24.7.1 + rev: 24.8.0 hooks: - id: towncrier-check files: $changelog\.d/