diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00086e1..0076394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.5.6" + rev: "v0.6.3" hooks: # Run the linter. - id: ruff @@ -23,7 +23,7 @@ repos: - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-mypy args: ["--ignore-missing-imports"]