diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 312ff2fc..e4a69e08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,14 +20,14 @@ repos: args: ["--verbose"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: ["--fix", "--output-format=full"] - id: ruff-format - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-ruff args: ["--fix", "--output-format=full"]