Skip to content

Commit df3ebc8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.5](pre-commit/mirrors-clang-format@v21.1.2...v21.1.5)
1 parent da62f63 commit df3ebc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: debug-statements
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 25.9.0
12+
rev: 25.11.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pycqa/isort
@@ -18,7 +18,7 @@ repos:
1818
- id: isort
1919
args: ["--profile", "black"]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.21.0
21+
rev: v3.21.1
2222
hooks:
2323
- id: pyupgrade
2424
- repo: https://github.com/hadialqattan/pycln
@@ -29,7 +29,7 @@ repos:
2929
- --config=pyproject.toml
3030
- --all
3131
- repo: https://github.com/pre-commit/mirrors-clang-format
32-
rev: v21.1.2
32+
rev: v21.1.5
3333
hooks:
3434
- id: clang-format
3535
- repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)