diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a15be1..89540de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,11 @@ repos: - id: end-of-file-fixer exclude_types: [json, binary] - repo: https://github.com/psf/black - rev: "23.12.1" + rev: "24.1.1" hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.13" + rev: "v0.1.14" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]