Skip to content

Commit 23ef769

Browse files
[pre-commit.ci] pre-commit autoupdate (#1320)
updates: - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b8c1a0c commit 23ef769

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
@@ -7,7 +7,7 @@ repos:
77
exclude: /.*tests/
88

99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 24.3.0
10+
rev: 24.4.2
1111
hooks:
1212
- id: black
1313
language_version: python3.8
@@ -25,7 +25,7 @@ repos:
2525
- id: isort
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.5.0
28+
rev: v4.6.0
2929
hooks:
3030
- id: requirements-txt-fixer
3131
files: requirements/.*\.txt$
@@ -46,7 +46,7 @@ repos:
4646
- "--strict"
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v3.15.1
49+
rev: v3.15.2
5050
hooks:
5151
- id: pyupgrade
5252
args: [--py38-plus]

0 commit comments

Comments
 (0)