Skip to content

Commit

Permalink
Merge branch 'main' into continuous_space
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel authored Jan 7, 2025
2 parents 6f0a46a + 1ce3f37 commit 36bf20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.1
rev: v0.8.6
hooks:
# Run the linter.
- id: ruff
Expand All @@ -14,7 +14,7 @@ repos:
- id: ruff-format
types_or: [ python, pyi, jupyter ]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand Down

0 comments on commit 36bf20a

Please sign in to comment.