We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b9391 commit 91a428cCopy full SHA for 91a428c
.pre-commit-config.yaml
@@ -21,13 +21,13 @@ repos:
21
- id: nbstripout
22
23
- repo: https://github.com/python-poetry/poetry
24
- rev: 2.0.1
+ rev: 2.1.1
25
hooks:
26
- id: poetry-check
27
- id: poetry-install
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.9.6
+ rev: v0.9.10
31
32
- id: ruff
33
types_or: [ python, pyi, jupyter ]
@@ -37,6 +37,6 @@ repos:
37
38
39
- repo: https://github.com/RobertCraigie/pyright-python
40
- rev: v1.1.393
+ rev: v1.1.396
41
42
- id: pyright
0 commit comments