diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a7d408..0ee45e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ ci: autoupdate_commit_msg: "chore(deps): update pre-commit hooks" autofix_commit_msg: "style: pre-commit fixes" + autoupdate_schedule: monthly repos: - repo: https://github.com/adamchainz/blacken-docs @@ -10,7 +11,7 @@ repos: additional_dependencies: [black==23.*] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.5" + rev: "v0.4.7" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -77,7 +78,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2024.05.24 + rev: 2024.06.03 hooks: - id: validate-pyproject