Skip to content

Commit ea56b8a

Browse files
pre-commit-ci[bot]sigmavirus24
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [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/gitleaks/gitleaks: v8.28.0 → v8.29.0](gitleaks/gitleaks@v8.28.0...v8.29.0)
1 parent 6430300 commit ea56b8a

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
@@ -30,7 +30,7 @@ repos:
3030
- tomli
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.21.0
33+
rev: v3.21.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py39-plus]
@@ -41,7 +41,7 @@ repos:
4141
- id: isort
4242

4343
- repo: https://github.com/psf/black-pre-commit-mirror
44-
rev: 25.9.0
44+
rev: 25.11.0
4545
hooks:
4646
- id: black
4747

@@ -65,6 +65,6 @@ repos:
6565
args: [--min-py-version, '3.9']
6666

6767
- repo: https://github.com/gitleaks/gitleaks
68-
rev: v8.28.0
68+
rev: v8.29.0
6969
hooks:
7070
- id: gitleaks

0 commit comments

Comments
 (0)