diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da2ad3c..48db22a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.5 hooks: - id: ruff args: [ --fix ] @@ -41,7 +41,7 @@ repos: - id: poetry-check - id: poetry-install - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-black - id: nbqa-isort