diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48feb48..0275b97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1 + rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1 hooks: - id: black @@ -29,7 +29,7 @@ repos: - id: blacken-docs - repo: https://github.com/pre-commit/mirrors-prettier - rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3 + rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0 hooks: - id: prettier files: \.(css|html|md|yml|yaml) @@ -42,10 +42,7 @@ repos: args: [--py38-plus] ci: - # This ensures that PR's aren't autofixed by the bot, rather you call - # the bot to make the fix autofix_prs: false autofix_commit_msg: | '[pre-commit.ci 🤖] Apply code format tools to PR' - # Update hook versions every month (so we don't get hit with weekly update PR's) - autoupdate_schedule: monthly + autoupdate_schedule: quarterly