diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 546fe23..70accec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autofix_prs: false - autoupdate_schedule: monthly + autoupdate_schedule: quarterly autoupdate_commit_msg: "chore: update pre-commit hooks" repos: @@ -17,26 +17,19 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.7.2" hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"] - id: ruff-format - #- repo: https://github.com/pre-commit/mirrors-mypy - #rev: "v1.8.0" - #hooks: - #- id: mypy - # files: src - - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.20.2" + rev: "v0.22" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.3" + rev: "0.29.4" hooks: - - id: check-dependabot - id: check-github-workflows