Skip to content

Commit bf4da41

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1)
1 parent 7e384e0 commit bf4da41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: validate-pyproject
2828
# https://github.com/python/black#version-control-integration
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 25.1.0
30+
rev: 25.9.0
3131
hooks:
3232
- id: black-jupyter
3333
- repo: https://github.com/keewis/blackdoc
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies: ["black==25.1.0"]
3838
- id: blackdoc-autoupdate-black
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.13.0
40+
rev: v0.13.1
4141
hooks:
4242
- id: ruff
4343
args: [--fix]

0 commit comments

Comments
 (0)