Skip to content

Commit d433b50

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.3...v0.14.7) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/keewis/blackdoc: v0.4.3 → v0.4.6](keewis/blackdoc@v0.4.3...v0.4.6)
1 parent ae3674b commit d433b50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ repos:
1717
files: requirements-dev.txt
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.13.3
20+
rev: v0.14.7
2121
hooks:
2222
- id: ruff
2323

2424
- repo: https://github.com/psf/black-pre-commit-mirror
25-
rev: 25.9.0
25+
rev: 25.11.0
2626
hooks:
2727
- id: black
2828
language_version: python3
2929

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.4.3
31+
rev: v0.4.6
3232
hooks:
3333
- id: blackdoc
3434

0 commit comments

Comments
 (0)