Skip to content

Commit 234ba87

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.0.1 → 2.1.2](python-poetry/poetry@2.0.1...2.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.5](astral-sh/ruff-pre-commit@v0.9.6...v0.11.5) - [github.com/RobertCraigie/pyright-python: v1.1.393 → v1.1.399](RobertCraigie/pyright-python@v1.1.393...v1.1.399)
1 parent b7b9391 commit 234ba87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- id: nbstripout
2222

2323
- repo: https://github.com/python-poetry/poetry
24-
rev: 2.0.1
24+
rev: 2.1.2
2525
hooks:
2626
- id: poetry-check
2727
- id: poetry-install
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.9.6
30+
rev: v0.11.5
3131
hooks:
3232
- id: ruff
3333
types_or: [ python, pyi, jupyter ]
@@ -37,6 +37,6 @@ repos:
3737
types_or: [ python, pyi, jupyter ]
3838

3939
- repo: https://github.com/RobertCraigie/pyright-python
40-
rev: v1.1.393
40+
rev: v1.1.399
4141
hooks:
4242
- id: pyright

0 commit comments

Comments
 (0)