Skip to content

Commit 397ea23

Browse files
pre-commit-ci[bot]MarekPikula
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.4...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/markdownlint/markdownlint: v0.12.0 → v0.15.0](markdownlint/markdownlint@v0.12.0...v0.15.0) Signed-off-by: Marek Pikuła <marek@serenitycode.dev>
1 parent d13e20e commit 397ea23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
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.11.0"
13+
rev: "25.12.0"
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/isort
@@ -22,15 +22,15 @@ repos:
2222
hooks:
2323
- id: pydocstyle
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.14.4"
25+
rev: "v0.14.9"
2626
hooks:
2727
- id: ruff
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: "v1.18.2"
29+
rev: "v1.19.0"
3030
hooks:
3131
- id: mypy
3232
- repo: https://github.com/markdownlint/markdownlint
33-
rev: "v0.12.0"
33+
rev: "v0.15.0"
3434
hooks:
3535
- id: markdownlint
3636

0 commit comments

Comments
 (0)