diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92e721c..3260ba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,13 +27,13 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.1 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/asottile/blacken-docs - rev: "1.19.0" + rev: "1.19.1" hooks: - id: blacken-docs # - repo: https://github.com/Carreau/velin