diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 937fcfc..318056d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # doesn't work in combination with jupytext hook yet. See https://github.com/mwouts/jupytext/issues/580 exclude: "docs/notebooks/.*\\.md" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.6.2 hooks: - id: ruff types_or: [python, pyi, jupyter]