Skip to content

Commit 71b2961

Browse files
pre-commit-ci[bot]sigmavirus24
authored andcommitted
[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/gitleaks/gitleaks: v8.28.0 → v8.29.0](gitleaks/gitleaks@v8.28.0...v8.29.0)
1 parent 0ff3017 commit 71b2961

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
@@ -18,11 +18,11 @@ repos:
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 25.9.0
21+
rev: 25.11.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.21.0
25+
rev: v3.21.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
@@ -44,6 +44,6 @@ repos:
4444
- id: setup-cfg-fmt
4545
args: [--min-py-version, '3.9']
4646
- repo: https://github.com/gitleaks/gitleaks
47-
rev: v8.28.0
47+
rev: v8.29.0
4848
hooks:
4949
- id: gitleaks

0 commit comments

Comments
 (0)