diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 055feb89..b4ffc213 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ ci: repos: - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.22 + rev: v0.23 hooks: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.8.1 hooks: - id: ruff exclude: "^src/careamics/lvae_training/.*|^src/careamics/models/lvae/.*" @@ -55,6 +55,6 @@ repos: # strip out jupyter notebooks - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout