diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 297b5efe..4f9958e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,17 @@ +ci: + autofix_commit_msg: 'chore: auto fixes from pre-commit hooks' + autoupdate_commit_msg: 'chore: pre-commit automatic update' + autoupdate_schedule: weekly + repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: 1.18.0 + rev: 1.19.0 hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] @@ -29,12 +34,12 @@ repos: - repo: https://github.com/PyCQA/docformatter rev: v1.7.5 hooks: - - id: docformatter - additional_dependencies: [tomli] + - id: docformatter + additional_dependencies: [tomli] -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 - hooks: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: - id: check-merge-conflict - id: debug-statements - id: check-yaml