Skip to content

Commit 594276f

Browse files
[pre-commit.ci] pre-commit autoupdate (#24)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/python-poetry/poetry: 1.8.0 → 2.0.1](python-poetry/poetry@1.8.0...2.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.9.4](astral-sh/ruff-pre-commit@v0.5.0...v0.9.4) - [github.com/RobertCraigie/pyright-python: v1.1.369 → v1.1.393](RobertCraigie/pyright-python@v1.1.369...v1.1.393) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a60fd0e commit 594276f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ default_install_hook_types:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-yaml
1414
args: [--unsafe]
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/kynan/nbstripout
19-
rev: 0.7.1
19+
rev: 0.8.1
2020
hooks:
2121
- id: nbstripout
2222

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

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.5.0
30+
rev: v0.9.4
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.369
40+
rev: v1.1.393
4141
hooks:
4242
- id: pyright

0 commit comments

Comments
 (0)