diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a210c2e..8c45b6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,11 @@ +ci: + autofix_prs: false + autoupdate_branch: "pre-commit-autoupdate" + autoupdate_schedule: monthly + repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black