Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 43aadbe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.1.2 → 2.2.1](python-poetry/poetry@2.1.2...2.2.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0)
1 parent 2bd031b commit 43aadbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55
- generate-docs
66
repos:
77
- repo: https://github.com/python-poetry/poetry
8-
rev: 2.1.2
8+
rev: 2.2.1
99
hooks:
1010
- id: poetry-check
1111
- id: poetry-lock
1212
- id: poetry-install
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: check-yaml
@@ -23,7 +23,7 @@ repos:
2323
exclude: ^mkdocs\.yml$
2424
- id: check-added-large-files
2525
- repo: https://github.com/psf/black
26-
rev: 25.1.0
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)