diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e16549f..6c929c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: exclude: notebooks/data/.+ exclude_types: [json, binary] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.0" + rev: "v0.8.1" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.0" + rev: "v0.8.1" hooks: - id: ruff-format - repo: https://github.com/kynan/nbstripout