diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7be9362d74..a1da0df9e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ exclude: | repos: # generic verification and formatting - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # standard end of line/end of file cleanup - id: mixed-line-ending @@ -58,7 +58,7 @@ repos: # auto format Python codes within docstrings - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff