diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa56fe8d..9aac1373 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black @@ -36,7 +36,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.5 + rev: v0.6.5 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]