diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 863c059..6dbcc01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ files: . repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/pyproject.toml b/pyproject.toml index 56fd32a..e6b87c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ pytest = "^8.3.4" ipykernel = "^6.13.0" rpy2 = "^3.5.2" ruff = "^0.8.5" -pre-commit = "^4.0.1" xarray = "^2025.1.0" +pre-commit = "^4.0.1" [tool.ruff] lint.select = ["E", "F", "I", "UP"] # https://beta.ruff.rs/docs/rules/