diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34020e2..7107f0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ ci: autoupdate_commit_msg: "chore: update pre-commit hooks" autofix_commit_msg: "style: pre-commit fixes" + autoupdate_schedule: "quarterly" repos: - repo: https://github.com/adamchainz/blacken-docs @@ -40,7 +41,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.7" + rev: "v0.6.1" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -74,7 +75,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.18" + rev: "v0.19" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"]