diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 120e9fa60..89d272f8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.6 + rev: v0.7.2 hooks: - id: ruff exclude: docs/.* @@ -24,7 +24,7 @@ repos: - id: nbqa-ruff args: ["--line-length=120"] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black # It is recommended to specify the latest version of Python @@ -33,7 +33,7 @@ repos: # https://pre-commit.com/#top_level-default_language_version language_version: python3 - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black-jupyter language_version: python3