Skip to content

Commit

Permalink
bump pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Jan 5, 2025
1 parent 3f758da commit c66cbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c66cbda

Please sign in to comment.