diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 141e9d3c4..4eca8ac29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.7.1' + rev: 'v0.7.2' hooks: # Run the formatter. - id: ruff-format @@ -38,7 +38,7 @@ repos: files: ^narwhals/ exclude: ^narwhals/dependencies\.py - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout - repo: https://github.com/adamchainz/blacken-docs