diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db2eebb..22fb165 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "24.10.0" + rev: "25.1.0" hooks: - id: black-jupyter - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.0" + rev: "1.19.1" hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] @@ -45,7 +45,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.9.4" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -60,7 +60,7 @@ repos: # - pytest # - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.1" hooks: - id: codespell