diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c53884ad..9d69c482 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -104,11 +104,11 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 25.1.0 # Keep in sync with blacken-docs + rev: 25.9.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs args: [--line-length=80]