Skip to content

Commit 2b1ab91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.2...v0.11.5) - [github.com/RobertCraigie/pyright-python: v1.1.398 → v1.1.399](RobertCraigie/pyright-python@v1.1.398...v1.1.399) - [github.com/pre-commit/mirrors-eslint: v9.23.0 → v9.24.0](pre-commit/mirrors-eslint@v9.23.0...v9.24.0)
1 parent 13582dc commit 2b1ab91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: poetry-install
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.11.2
27+
rev: v0.11.5
2828
hooks:
2929
- id: ruff
3030
exclude: ^notebooks/intro\.py$
@@ -35,13 +35,13 @@ repos:
3535
types_or: [python, pyi, jupyter]
3636

3737
- repo: https://github.com/RobertCraigie/pyright-python
38-
rev: v1.1.398
38+
rev: v1.1.399
3939
hooks:
4040
- id: pyright
4141
exclude: ^genjax_blocks/blocks\.py$
4242

4343
- repo: https://github.com/pre-commit/mirrors-eslint
44-
rev: "v9.23.0"
44+
rev: "v9.24.0"
4545
hooks:
4646
- id: eslint
4747
exclude: ^(src/utils\.ts|cartesian/.*)$

0 commit comments

Comments
 (0)