Skip to content

Commit 98b5225

Browse files
[pre-commit.ci] pre-commit autoupdate (#1311)
updates: - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0) - [github.com/adrienverge/yamllint: v1.34.0 → v1.35.1](adrienverge/yamllint@v1.34.0...v1.35.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 273a4ef commit 98b5225

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
@@ -8,7 +8,7 @@ repos:
88
- "-x *test*.py"
99

1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 24.1.1
11+
rev: 24.2.0
1212
hooks:
1313
- id: black
1414
language_version: python3.8
@@ -40,14 +40,14 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: v1.34.0
43+
rev: v1.35.1
4444
hooks:
4545
- id: yamllint
4646
args:
4747
- "--strict"
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.15.0
50+
rev: v3.15.1
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py38-plus]

0 commit comments

Comments
 (0)