Skip to content

Commit c90abbe

Browse files
authored
Merge pull request #2189 from python-visualization/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 990d4cb + 2f83031 commit c90abbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.12.11
20+
rev: v0.13.3
2121
hooks:
2222
- id: ruff
2323

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

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

0 commit comments

Comments
 (0)