diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c01593d806..08534f846e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.2 hooks: - id: ruff args: [--fix, --unsafe-fixes] @@ -20,6 +20,6 @@ repos: args: ["--maxkb=2000"] - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.0 + rev: 1.19.1 hooks: - id: blacken-docs