Skip to content

Commit bcc6786

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.2.1 → 2.3.2](python-poetry/poetry@2.2.1...2.3.2) - [github.com/python-poetry/poetry-plugin-export: 1.9.0 → 1.10.0](python-poetry/poetry-plugin-export@1.9.0...1.10.0) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.9...v0.15.1) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 6c86b70 commit bcc6786

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/python-poetry/poetry
3-
rev: "2.2.1"
3+
rev: "2.3.2"
44
hooks:
55
- id: poetry-check
66
- id: poetry-lock
77
- repo: https://github.com/python-poetry/poetry-plugin-export
8-
rev: "1.9.0"
8+
rev: "1.10.0"
99
hooks:
1010
- id: poetry-export
1111
args: ["-f", "requirements.txt", "-o", "docs/requirements.txt", "--without-hashes", "--only", "doc"]
1212
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: "25.12.0"
13+
rev: "26.1.0"
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/isort
@@ -22,11 +22,11 @@ repos:
2222
hooks:
2323
- id: pydocstyle
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.14.9"
25+
rev: "v0.15.1"
2626
hooks:
2727
- id: ruff
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: "v1.19.0"
29+
rev: "v1.19.1"
3030
hooks:
3131
- id: mypy
3232
- repo: https://github.com/markdownlint/markdownlint

0 commit comments

Comments
 (0)