Skip to content

Commit d3ec42b

Browse files
committed
Merge branch 'main' into juan/2
2 parents 7976ed5 + 3ecd853 commit d3ec42b

4 files changed

Lines changed: 169 additions & 31 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
2222
- --config=pyproject.toml
2323
- --all
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.5
25+
rev: v0.12.8
2626
hooks:
2727
# Run the linter.
2828
- id: ruff

0 commit comments

Comments
 (0)